Html Css Color HEX #C98834 Dixie

📋 copy color: '#C98834'

red 201 ◦ green 136 ◦ blue 52

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

Shades of Dixie #C98834

Tints of Dixie #C98834

RGB

 RED value IS 201 (78.91% from 255) = 51.67%

 GREEN value IS 136 (53.52% from 255) = 34.96%

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

R = 51.67%
G = 34.96%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98834 (or 0xC98834) is known color: Dixie. HEX triplet: C9, 88 and 34. RGB value is (201,136,52). Sum of RGB (Red+Green+Blue) = 201+136+52=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C98834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98834 is #3677CB. Grayscale: #929292. Windows color (decimal): -3569612 or 3442889. OLE color: 3442889.

HSL color Cylindrical-coordinate representation of color #C98834: hue angle of 33.83º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98834 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 52 -
CMYK 0 0.32 0.74 0.21
HSL 33.83º 0.59% 0.5% -
HSV(B) 33.83º 0.74% 0.79% -
XYZ 33.51 30.27 7.33 -
YUV 145.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 201 136 52 0 0.32 0.74 0.21 33.83 0.59 0.5
Hex C9 88 34 0 20 4A 15 22 3B 32
Octal 311 210 64 0 40 112 25 42 73 62
Binary 11001001 10001000 110100 0 100000 1001010 10101 100010 111011 110010

Color Harmonies of #C98834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98834

Black with #C98834

Text Example


Text Example

White with #C98834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98834; }

 p { color: rgb(201,136,52); }

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

background-color css

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

 a { background-color: rgb(201,136,52); }

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

border-color css

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

 span { border-color: rgb(201,136,52); }

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