Html Css Color HEX #C48428 Geebung

📋 copy color: '#C48428'

red 196 ◦ green 132 ◦ blue 40

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

Shades of Geebung #C48428

Tints of Geebung #C48428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 53.26%
G = 35.87%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48428 (or 0xC48428) is known color: Geebung. HEX triplet: C4, 84 and 28. RGB value is (196,132,40). Sum of RGB (Red+Green+Blue) = 196+132+40=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48428 is #3B7BD7. Grayscale: #8D8D8D. Windows color (decimal): -3898328 or 2655428. OLE color: 2655428.

HSL color Cylindrical-coordinate representation of color #C48428: hue angle of 35.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48428 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 40 -
CMYK 0 0.33 0.80 0.23
HSL 35.38º 0.66% 0.46% -
HSV(B) 35.38º 0.8% 0.77% -
XYZ 31.4 28.39 5.83 -
YUV 140.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 196 132 40 0 0.33 0.80 0.23 35.38 0.66 0.46
Hex C4 84 28 0 21 50 17 23 42 2E
Octal 304 204 50 0 41 120 27 43 102 56
Binary 11000100 10000100 101000 0 100001 1010000 10111 100011 1000010 101110

Color Harmonies of #C48428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48428

Black with #C48428

Text Example


Text Example

White with #C48428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48428; }

 p { color: rgb(196,132,40); }

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

background-color css

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

 a { background-color: rgb(196,132,40); }

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

border-color css

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

 span { border-color: rgb(196,132,40); }

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