Html Css Color HEX #CB892D Dixie

📋 copy color: '#CB892D'

red 203 ◦ green 137 ◦ blue 45

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

Shades of Dixie #CB892D

Tints of Dixie #CB892D

RGB

 RED value IS 203 (79.69% from 255) = 52.73%

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 52.73%
G = 35.58%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB892D (or 0xCB892D) is known color: Dixie. HEX triplet: CB, 89 and 2D. RGB value is (203,137,45). Sum of RGB (Red+Green+Blue) = 203+137+45=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB892D is #3476D2. Grayscale: #929292. Windows color (decimal): -3438291 or 2984395. OLE color: 2984395.

HSL color Cylindrical-coordinate representation of color #CB892D: hue angle of 34.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB892D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 45 -
CMYK 0 0.33 0.78 0.20
HSL 34.94º 0.64% 0.49% -
HSV(B) 34.94º 0.78% 0.8% -
XYZ 34.05 30.78 6.63 -
YUV 146.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 203 137 45 0 0.33 0.78 0.20 34.94 0.64 0.49
Hex CB 89 2D 0 21 4E 14 23 40 31
Octal 313 211 55 0 41 116 24 43 100 61
Binary 11001011 10001001 101101 0 100001 1001110 10100 100011 1000000 110001

Color Harmonies of #CB892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB892D

Black with #CB892D

Text Example


Text Example

White with #CB892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB892D; }

 p { color: rgb(203,137,45); }

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

background-color css

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

 a { background-color: rgb(203,137,45); }

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

border-color css

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

 span { border-color: rgb(203,137,45); }

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