Html Css Color HEX #C4861F Geebung

📋 copy color: '#C4861F'

red 196 ◦ green 134 ◦ blue 31

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

Shades of Geebung #C4861F

Tints of Geebung #C4861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 54.29%
G = 37.12%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4861F (or 0xC4861F) is known color: Geebung. HEX triplet: C4, 86 and 1F. RGB value is (196,134,31). Sum of RGB (Red+Green+Blue) = 196+134+31=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4861F is #3B79E0. Grayscale: #8D8D8D. Windows color (decimal): -3897825 or 2066116. OLE color: 2066116.

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

Color convert

RGB 196 134 31 -
CMYK 0 0.32 0.84 0.23
HSL 37.45º 0.73% 0.45% -
HSV(B) 37.45º 0.84% 0.77% -
XYZ 31.54 28.88 5.21 -
YUV 140.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 196 134 31 0 0.32 0.84 0.23 37.45 0.73 0.45
Hex C4 86 1F 0 20 54 17 25 49 2D
Octal 304 206 37 0 40 124 27 45 111 55
Binary 11000100 10000110 11111 0 100000 1010100 10111 100101 1001001 101101

Color Harmonies of #C4861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4861F

Black with #C4861F

Text Example


Text Example

White with #C4861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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