Html Css Color HEX #C3802D Geebung

📋 copy color: '#C3802D'

red 195 ◦ green 128 ◦ blue 45

#C3802D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C3802D

Tints of Geebung #C3802D

RGB

 RED value IS 195 (76.56% from 255) = 52.99%

 GREEN value IS 128 (50.39% from 255) = 34.78%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 52.99%
G = 34.78%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3802D (or 0xC3802D) is known color: Geebung. HEX triplet: C3, 80 and 2D. RGB value is (195,128,45). Sum of RGB (Red+Green+Blue) = 195+128+45=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3802D is #3C7FD2. Grayscale: #8A8A8A. Windows color (decimal): -3964883 or 2982083. OLE color: 2982083.

HSL color Cylindrical-coordinate representation of color #C3802D: hue angle of 33.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3802D is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 45 -
CMYK 0 0.34 0.77 0.24
HSL 33.2º 0.63% 0.47% -
HSV(B) 33.2º 0.77% 0.76% -
XYZ 30.7 27.23 6.12 -
YUV 138.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 195 128 45 0 0.34 0.77 0.24 33.2 0.63 0.47
Hex C3 80 2D 0 22 4D 18 21 3E 2F
Octal 303 200 55 0 42 115 30 41 76 57
Binary 11000011 10000000 101101 0 100010 1001101 11000 100001 111110 101111

Color Harmonies of #C3802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3802D

Black with #C3802D

Text Example


Text Example

White with #C3802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3802D; }

 p { color: rgb(195,128,45); }

 H1.HeaderClassName
 {
   color: #C3802D;
 }
 .AnyTagClassName
 {
   color: #C3802D;
 }
</style>

background-color css

<style>
 a { background-color: #C3802D; }

 a { background-color: rgb(195,128,45); }

 div.DivClassName
 {
   background-color: #C3802D;
 }
 .BgClassName
 {
   background-color: #C3802D;
 }
</style>

border-color css

<style>
 span { border-color: #C3802D; }

 span { border-color: rgb(195,128,45); }

 td.TdClassName
 {
   border-color: #C3802D;
 }
 .TagClassName
 {
   border-color: #C3802D;
 }
</style>