Html Css Color HEX #C48229 Geebung

📋 copy color: '#C48229'

red 196 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C48229

Tints of Geebung #C48229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 53.41%
G = 35.42%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C48229 (or 0xC48229) is known color: Geebung. HEX triplet: C4, 82 and 29. RGB value is (196,130,41). Sum of RGB (Red+Green+Blue) = 196+130+41=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48229 is #3B7DD6. Grayscale: #8C8C8C. Windows color (decimal): -3898839 or 2720452. OLE color: 2720452.

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

Color convert

RGB 196 130 41 -
CMYK 0 0.34 0.79 0.23
HSL 34.45º 0.65% 0.46% -
HSV(B) 34.45º 0.79% 0.77% -
XYZ 31.15 27.86 5.83 -
YUV 139.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 196 130 41 0 0.34 0.79 0.23 34.45 0.65 0.46
Hex C4 82 29 0 22 4F 17 22 41 2E
Octal 304 202 51 0 42 117 27 42 101 56
Binary 11000100 10000010 101001 0 100010 1001111 10111 100010 1000001 101110

Color Harmonies of #C48229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48229

Black with #C48229

Text Example


Text Example

White with #C48229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48229; }

 p { color: rgb(196,130,41); }

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

background-color css

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

 a { background-color: rgb(196,130,41); }

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

border-color css

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

 span { border-color: rgb(196,130,41); }

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