Html Css Color HEX #C4862F Geebung

📋 copy color: '#C4862F'

red 196 ◦ green 134 ◦ blue 47

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

Shades of Geebung #C4862F

Tints of Geebung #C4862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 51.99%
G = 35.54%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4862F (or 0xC4862F) is known color: Geebung. HEX triplet: C4, 86 and 2F. RGB value is (196,134,47). Sum of RGB (Red+Green+Blue) = 196+134+47=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4862F is #3B79D0. Grayscale: #8F8F8F. Windows color (decimal): -3897809 or 3114692. OLE color: 3114692.

HSL color Cylindrical-coordinate representation of color #C4862F: hue angle of 35.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4862F is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 47 -
CMYK 0 0.32 0.76 0.23
HSL 35.03º 0.61% 0.48% -
HSV(B) 35.03º 0.76% 0.77% -
XYZ 31.8 28.99 6.61 -
YUV 142.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 196 134 47 0 0.32 0.76 0.23 35.03 0.61 0.48
Hex C4 86 2F 0 20 4C 17 23 3D 30
Octal 304 206 57 0 40 114 27 43 75 60
Binary 11000100 10000110 101111 0 100000 1001100 10111 100011 111101 110000

Color Harmonies of #C4862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4862F

Black with #C4862F

Text Example


Text Example

White with #C4862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4862F; }

 p { color: rgb(196,134,47); }

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

background-color css

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

 a { background-color: rgb(196,134,47); }

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

border-color css

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

 span { border-color: rgb(196,134,47); }

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