Html Css Color HEX #CF852B Dixie

📋 copy color: '#CF852B'

red 207 ◦ green 133 ◦ blue 43

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

Shades of Dixie #CF852B

Tints of Dixie #CF852B

RGB

 RED value IS 207 (81.25% from 255) = 54.05%

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

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 54.05%
G = 34.73%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF852B (or 0xCF852B) is known color: Dixie. HEX triplet: CF, 85 and 2B. RGB value is (207,133,43). Sum of RGB (Red+Green+Blue) = 207+133+43=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852B is #307AD4. Grayscale: #919191. Windows color (decimal): -3177173 or 2852303. OLE color: 2852303.

HSL color Cylindrical-coordinate representation of color #CF852B: hue angle of 32.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF852B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 43 -
CMYK 0 0.36 0.79 0.19
HSL 32.93º 0.66% 0.49% -
HSV(B) 32.93º 0.79% 0.81% -
XYZ 34.56 30.21 6.3 -
YUV 144.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 207 133 43 0 0.36 0.79 0.19 32.93 0.66 0.49
Hex CF 85 2B 0 24 4F 13 21 42 31
Octal 317 205 53 0 44 117 23 41 102 61
Binary 11001111 10000101 101011 0 100100 1001111 10011 100001 1000010 110001

Color Harmonies of #CF852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF852B

Black with #CF852B

Text Example


Text Example

White with #CF852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF852B; }

 p { color: rgb(207,133,43); }

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

background-color css

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

 a { background-color: rgb(207,133,43); }

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

border-color css

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

 span { border-color: rgb(207,133,43); }

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