Html Css Color HEX #C4812D Geebung

📋 copy color: '#C4812D'

red 196 ◦ green 129 ◦ blue 45

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

Shades of Geebung #C4812D

Tints of Geebung #C4812D

RGB

 RED value IS 196 (76.95% from 255) = 52.97%

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 52.97%
G = 34.86%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4812D (or 0xC4812D) is known color: Geebung. HEX triplet: C4, 81 and 2D. RGB value is (196,129,45). Sum of RGB (Red+Green+Blue) = 196+129+45=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4812D is #3B7ED2. Grayscale: #8B8B8B. Windows color (decimal): -3899091 or 2982340. OLE color: 2982340.

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

Color convert

RGB 196 129 45 -
CMYK 0 0.34 0.77 0.23
HSL 33.38º 0.63% 0.47% -
HSV(B) 33.38º 0.77% 0.77% -
XYZ 31.09 27.63 6.18 -
YUV 139.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 196 129 45 0 0.34 0.77 0.23 33.38 0.63 0.47
Hex C4 81 2D 0 22 4D 17 21 3F 2F
Octal 304 201 55 0 42 115 27 41 77 57
Binary 11000100 10000001 101101 0 100010 1001101 10111 100001 111111 101111

Color Harmonies of #C4812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4812D

Black with #C4812D

Text Example


Text Example

White with #C4812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4812D; }

 p { color: rgb(196,129,45); }

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

background-color css

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

 a { background-color: rgb(196,129,45); }

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

border-color css

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

 span { border-color: rgb(196,129,45); }

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