Html Css Color HEX #C48028 Geebung

📋 copy color: '#C48028'

red 196 ◦ green 128 ◦ blue 40

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

Shades of Geebung #C48028

Tints of Geebung #C48028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 53.85%
G = 35.16%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48028 (or 0xC48028) is known color: Geebung. HEX triplet: C4, 80 and 28. RGB value is (196,128,40). Sum of RGB (Red+Green+Blue) = 196+128+40=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48028 is #3B7FD7. Grayscale: #8A8A8A. Windows color (decimal): -3899352 or 2654404. OLE color: 2654404.

HSL color Cylindrical-coordinate representation of color #C48028: hue angle of 33.85º 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 #C48028 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 40 -
CMYK 0 0.35 0.80 0.23
HSL 33.85º 0.66% 0.46% -
HSV(B) 33.85º 0.8% 0.77% -
XYZ 30.87 27.33 5.66 -
YUV 138.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 196 128 40 0 0.35 0.80 0.23 33.85 0.66 0.46
Hex C4 80 28 0 23 50 17 22 42 2E
Octal 304 200 50 0 43 120 27 42 102 56
Binary 11000100 10000000 101000 0 100011 1010000 10111 100010 1000010 101110

Color Harmonies of #C48028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48028

Black with #C48028

Text Example


Text Example

White with #C48028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48028; }

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

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

background-color css

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

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

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

border-color css

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

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

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