Html Css Color HEX #C4851D Geebung

📋 copy color: '#C4851D'

red 196 ◦ green 133 ◦ blue 29

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

Shades of Geebung #C4851D

Tints of Geebung #C4851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 54.75%
G = 37.15%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4851D (or 0xC4851D) is known color: Geebung. HEX triplet: C4, 85 and 1D. RGB value is (196,133,29). Sum of RGB (Red+Green+Blue) = 196+133+29=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851D is #3B7AE2. Grayscale: #8C8C8C. Windows color (decimal): -3898083 or 1934788. OLE color: 1934788.

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

Color convert

RGB 196 133 29 -
CMYK 0 0.32 0.85 0.23
HSL 37.37º 0.74% 0.44% -
HSV(B) 37.37º 0.85% 0.77% -
XYZ 31.37 28.6 5.03 -
YUV 139.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 196 133 29 0 0.32 0.85 0.23 37.37 0.74 0.44
Hex C4 85 1D 0 20 55 17 25 4A 2C
Octal 304 205 35 0 40 125 27 45 112 54
Binary 11000100 10000101 11101 0 100000 1010101 10111 100101 1001010 101100

Color Harmonies of #C4851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4851D

Black with #C4851D

Text Example


Text Example

White with #C4851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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