Html Css Color HEX #C48031 Geebung

📋 copy color: '#C48031'

red 196 ◦ green 128 ◦ blue 49

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

Shades of Geebung #C48031

Tints of Geebung #C48031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 52.55%
G = 34.32%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C48031 (or 0xC48031) is known color: Geebung. HEX triplet: C4, 80 and 31. RGB value is (196,128,49). Sum of RGB (Red+Green+Blue) = 196+128+49=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48031 is #3B7FCE. Grayscale: #8B8B8B. Windows color (decimal): -3899343 or 3244228. OLE color: 3244228.

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

Color convert

RGB 196 128 49 -
CMYK 0 0.35 0.75 0.23
HSL 32.24º 0.6% 0.48% -
HSV(B) 32.24º 0.75% 0.77% -
XYZ 31.04 27.4 6.56 -
YUV 139.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 196 128 49 0 0.35 0.75 0.23 32.24 0.6 0.48
Hex C4 80 31 0 23 4B 17 20 3C 30
Octal 304 200 61 0 43 113 27 40 74 60
Binary 11000100 10000000 110001 0 100011 1001011 10111 100000 111100 110000

Color Harmonies of #C48031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48031

Black with #C48031

Text Example


Text Example

White with #C48031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48031; }

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

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

background-color css

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

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

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

border-color css

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

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

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