Html Css Color HEX #C48032 Geebung

📋 copy color: '#C48032'

red 196 ◦ green 128 ◦ blue 50

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

Shades of Geebung #C48032

Tints of Geebung #C48032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 52.41%
G = 34.22%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C48032 (or 0xC48032) is known color: Geebung. HEX triplet: C4, 80 and 32. RGB value is (196,128,50). Sum of RGB (Red+Green+Blue) = 196+128+50=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C48032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48032 is #3B7FCD. Grayscale: #8B8B8B. Windows color (decimal): -3899342 or 3309764. OLE color: 3309764.

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

Color convert

RGB 196 128 50 -
CMYK 0 0.35 0.74 0.23
HSL 32.05º 0.59% 0.48% -
HSV(B) 32.05º 0.74% 0.77% -
XYZ 31.06 27.4 6.67 -
YUV 139.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 196 128 50 0 0.35 0.74 0.23 32.05 0.59 0.48
Hex C4 80 32 0 23 4A 17 20 3B 30
Octal 304 200 62 0 43 112 27 40 73 60
Binary 11000100 10000000 110010 0 100011 1001010 10111 100000 111011 110000

Color Harmonies of #C48032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48032

Black with #C48032

Text Example


Text Example

White with #C48032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48032; }

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

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

background-color css

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

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

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

border-color css

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

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

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