Html Css Color HEX #C4851C Geebung

📋 copy color: '#C4851C'

red 196 ◦ green 133 ◦ blue 28

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

Shades of Geebung #C4851C

Tints of Geebung #C4851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 54.9%
G = 37.25%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4851C (or 0xC4851C) is known color: Geebung. HEX triplet: C4, 85 and 1C. RGB value is (196,133,28). Sum of RGB (Red+Green+Blue) = 196+133+28=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851C is #3B7AE3. Grayscale: #8C8C8C. Windows color (decimal): -3898084 or 1869252. OLE color: 1869252.

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

Color convert

RGB 196 133 28 -
CMYK 0 0.32 0.86 0.23
HSL 37.5º 0.75% 0.44% -
HSV(B) 37.5º 0.86% 0.77% -
XYZ 31.36 28.59 4.96 -
YUV 139.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 196 133 28 0 0.32 0.86 0.23 37.5 0.75 0.44
Hex C4 85 1C 0 20 56 17 26 4B 2C
Octal 304 205 34 0 40 126 27 46 113 54
Binary 11000100 10000101 11100 0 100000 1010110 10111 100110 1001011 101100

Color Harmonies of #C4851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4851C

Black with #C4851C

Text Example


Text Example

White with #C4851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4851C; }

 p { color: rgb(196,133,28); }

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

background-color css

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

 a { background-color: rgb(196,133,28); }

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

border-color css

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

 span { border-color: rgb(196,133,28); }

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