Html Css Color HEX #C4812B Geebung

📋 copy color: '#C4812B'

red 196 ◦ green 129 ◦ blue 43

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

Shades of Geebung #C4812B

Tints of Geebung #C4812B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 53.26%
G = 35.05%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4812B (or 0xC4812B) is known color: Geebung. HEX triplet: C4, 81 and 2B. RGB value is (196,129,43). Sum of RGB (Red+Green+Blue) = 196+129+43=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4812B is #3B7ED4. Grayscale: #8B8B8B. Windows color (decimal): -3899093 or 2851268. OLE color: 2851268.

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

Color convert

RGB 196 129 43 -
CMYK 0 0.34 0.78 0.23
HSL 33.73º 0.64% 0.47% -
HSV(B) 33.73º 0.78% 0.77% -
XYZ 31.05 27.61 5.98 -
YUV 139.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 196 129 43 0 0.34 0.78 0.23 33.73 0.64 0.47
Hex C4 81 2B 0 22 4E 17 22 40 2F
Octal 304 201 53 0 42 116 27 42 100 57
Binary 11000100 10000001 101011 0 100010 1001110 10111 100010 1000000 101111

Color Harmonies of #C4812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4812B

Black with #C4812B

Text Example


Text Example

White with #C4812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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