Html Css Color HEX #C48523 Geebung

📋 copy color: '#C48523'

red 196 ◦ green 133 ◦ blue 35

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

Shades of Geebung #C48523

Tints of Geebung #C48523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 53.85%
G = 36.54%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48523 (or 0xC48523) is known color: Geebung. HEX triplet: C4, 85 and 23. RGB value is (196,133,35). Sum of RGB (Red+Green+Blue) = 196+133+35=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48523 is #3B7ADC. Grayscale: #8D8D8D. Windows color (decimal): -3898077 or 2328004. OLE color: 2328004.

HSL color Cylindrical-coordinate representation of color #C48523: hue angle of 36.52º degrees, saturation: 0.7, 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 #C48523 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 35 -
CMYK 0 0.32 0.82 0.23
HSL 36.52º 0.7% 0.45% -
HSV(B) 36.52º 0.82% 0.77% -
XYZ 31.46 28.63 5.46 -
YUV 140.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 196 133 35 0 0.32 0.82 0.23 36.52 0.7 0.45
Hex C4 85 23 0 20 52 17 25 46 2D
Octal 304 205 43 0 40 122 27 45 106 55
Binary 11000100 10000101 100011 0 100000 1010010 10111 100101 1000110 101101

Color Harmonies of #C48523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48523

Black with #C48523

Text Example


Text Example

White with #C48523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48523; }

 p { color: rgb(196,133,35); }

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

background-color css

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

 a { background-color: rgb(196,133,35); }

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

border-color css

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

 span { border-color: rgb(196,133,35); }

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