Html Css Color HEX #C48024 Geebung

📋 copy color: '#C48024'

red 196 ◦ green 128 ◦ blue 36

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

Shades of Geebung #C48024

Tints of Geebung #C48024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10%

R = 54.44%
G = 35.56%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48024 (or 0xC48024) is known color: Geebung. HEX triplet: C4, 80 and 24. RGB value is (196,128,36). Sum of RGB (Red+Green+Blue) = 196+128+36=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C48024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48024 is #3B7FDB. Grayscale: #8A8A8A. Windows color (decimal): -3899356 or 2392260. OLE color: 2392260.

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

Color convert

RGB 196 128 36 -
CMYK 0 0.35 0.82 0.23
HSL 34.5º 0.69% 0.45% -
HSV(B) 34.5º 0.82% 0.77% -
XYZ 30.8 27.3 5.32 -
YUV 137.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 196 128 36 0 0.35 0.82 0.23 34.5 0.69 0.45
Hex C4 80 24 0 23 52 17 22 45 2D
Octal 304 200 44 0 43 122 27 42 105 55
Binary 11000100 10000000 100100 0 100011 1010010 10111 100010 1000101 101101

Color Harmonies of #C48024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48024

Black with #C48024

Text Example


Text Example

White with #C48024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48024; }

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

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

background-color css

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

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

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

border-color css

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

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

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