Html Css Color HEX #C48234 Geebung

📋 copy color: '#C48234'

red 196 ◦ green 130 ◦ blue 52

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

Shades of Geebung #C48234

Tints of Geebung #C48234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 51.85%
G = 34.39%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48234 (or 0xC48234) is known color: Geebung. HEX triplet: C4, 82 and 34. RGB value is (196,130,52). Sum of RGB (Red+Green+Blue) = 196+130+52=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48234 is #3B7DCB. Grayscale: #8D8D8D. Windows color (decimal): -3898828 or 3441348. OLE color: 3441348.

HSL color Cylindrical-coordinate representation of color #C48234: hue angle of 32.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48234 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 52 -
CMYK 0 0.34 0.73 0.23
HSL 32.5º 0.58% 0.49% -
HSV(B) 32.5º 0.73% 0.77% -
XYZ 31.37 27.95 6.99 -
YUV 140.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 196 130 52 0 0.34 0.73 0.23 32.5 0.58 0.49
Hex C4 82 34 0 22 49 17 20 3A 31
Octal 304 202 64 0 42 111 27 40 72 61
Binary 11000100 10000010 110100 0 100010 1001001 10111 100000 111010 110001

Color Harmonies of #C48234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48234

Black with #C48234

Text Example


Text Example

White with #C48234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48234; }

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

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

background-color css

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

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

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

border-color css

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

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

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