Html Css Color HEX #C48534 Geebung

📋 copy color: '#C48534'

red 196 ◦ green 133 ◦ blue 52

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

Shades of Geebung #C48534

Tints of Geebung #C48534

RGB

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

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

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

R = 51.44%
G = 34.91%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48534 (or 0xC48534) is known color: Geebung. HEX triplet: C4, 85 and 34. RGB value is (196,133,52). Sum of RGB (Red+Green+Blue) = 196+133+52=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C48534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48534 is #3B7ACB. Grayscale: #8E8E8E. Windows color (decimal): -3898060 or 3442116. OLE color: 3442116.

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

Color convert

RGB 196 133 52 -
CMYK 0 0.32 0.73 0.23
HSL 33.75º 0.58% 0.49% -
HSV(B) 33.75º 0.73% 0.77% -
XYZ 31.77 28.76 7.13 -
YUV 142.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 196 133 52 0 0.32 0.73 0.23 33.75 0.58 0.49
Hex C4 85 34 0 20 49 17 22 3A 31
Octal 304 205 64 0 40 111 27 42 72 61
Binary 11000100 10000101 110100 0 100000 1001001 10111 100010 111010 110001

Color Harmonies of #C48534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48534

Black with #C48534

Text Example


Text Example

White with #C48534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48534; }

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

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

background-color css

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

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

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

border-color css

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

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

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