Html Css Color HEX #C4872A Geebung

📋 copy color: '#C4872A'

red 196 ◦ green 135 ◦ blue 42

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

Shades of Geebung #C4872A

Tints of Geebung #C4872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 42 (16.8% from 255) = 11.26%

R = 52.55%
G = 36.19%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4872A (or 0xC4872A) is known color: Geebung. HEX triplet: C4, 87 and 2A. RGB value is (196,135,42). Sum of RGB (Red+Green+Blue) = 196+135+42=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4872A is #3B78D5. Grayscale: #8F8F8F. Windows color (decimal): -3897558 or 2787268. OLE color: 2787268.

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

Color convert

RGB 196 135 42 -
CMYK 0 0.31 0.79 0.23
HSL 36.23º 0.65% 0.47% -
HSV(B) 36.23º 0.79% 0.77% -
XYZ 31.85 29.23 6.15 -
YUV 142.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 196 135 42 0 0.31 0.79 0.23 36.23 0.65 0.47
Hex C4 87 2A 0 1F 4F 17 24 41 2F
Octal 304 207 52 0 37 117 27 44 101 57
Binary 11000100 10000111 101010 0 11111 1001111 10111 100100 1000001 101111

Color Harmonies of #C4872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4872A

Black with #C4872A

Text Example


Text Example

White with #C4872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4872A; }

 p { color: rgb(196,135,42); }

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

background-color css

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

 a { background-color: rgb(196,135,42); }

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

border-color css

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

 span { border-color: rgb(196,135,42); }

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