Html Css Color HEX #C48233 Geebung

📋 copy color: '#C48233'

red 196 ◦ green 130 ◦ blue 51

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

Shades of Geebung #C48233

Tints of Geebung #C48233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 51.99%
G = 34.48%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C48233 (or 0xC48233) is known color: Geebung. HEX triplet: C4, 82 and 33. RGB value is (196,130,51). Sum of RGB (Red+Green+Blue) = 196+130+51=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C48233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48233 is #3B7DCC. Grayscale: #8D8D8D. Windows color (decimal): -3898829 or 3375812. OLE color: 3375812.

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

Color convert

RGB 196 130 51 -
CMYK 0 0.34 0.74 0.23
HSL 32.69º 0.59% 0.48% -
HSV(B) 32.69º 0.74% 0.77% -
XYZ 31.35 27.94 6.87 -
YUV 140.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 196 130 51 0 0.34 0.74 0.23 32.69 0.59 0.48
Hex C4 82 33 0 22 4A 17 21 3B 30
Octal 304 202 63 0 42 112 27 41 73 60
Binary 11000100 10000010 110011 0 100010 1001010 10111 100001 111011 110000

Color Harmonies of #C48233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48233

Black with #C48233

Text Example


Text Example

White with #C48233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48233; }

 p { color: rgb(196,130,51); }

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

background-color css

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

 a { background-color: rgb(196,130,51); }

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

border-color css

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

 span { border-color: rgb(196,130,51); }

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