Html Css Color HEX #C48021 Geebung

📋 copy color: '#C48021'

red 196 ◦ green 128 ◦ blue 33

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

Shades of Geebung #C48021

Tints of Geebung #C48021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 54.9%
G = 35.85%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C48021 (or 0xC48021) is known color: Geebung. HEX triplet: C4, 80 and 21. RGB value is (196,128,33). Sum of RGB (Red+Green+Blue) = 196+128+33=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48021 is #3B7FDE. Grayscale: #898989. Windows color (decimal): -3899359 or 2195652. OLE color: 2195652.

HSL color Cylindrical-coordinate representation of color #C48021: hue angle of 34.97º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48021 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 33 -
CMYK 0 0.35 0.83 0.23
HSL 34.97º 0.71% 0.45% -
HSV(B) 34.97º 0.83% 0.77% -
XYZ 30.76 27.28 5.08 -
YUV 137.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 196 128 33 0 0.35 0.83 0.23 34.97 0.71 0.45
Hex C4 80 21 0 23 53 17 23 47 2D
Octal 304 200 41 0 43 123 27 43 107 55
Binary 11000100 10000000 100001 0 100011 1010011 10111 100011 1000111 101101

Color Harmonies of #C48021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48021

Black with #C48021

Text Example


Text Example

White with #C48021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48021; }

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

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

background-color css

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

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

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

border-color css

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

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

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