Html Css Color HEX #CA531B Chocolate

📋 copy color: '#CA531B'

red 202 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #CA531B

Tints of Chocolate #CA531B

RGB

 RED value IS 202 (79.3% from 255) = 64.74%

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 64.74%
G = 26.6%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA531B (or 0xCA531B) is known color: Chocolate. HEX triplet: CA, 53 and 1B. RGB value is (202,83,27). Sum of RGB (Red+Green+Blue) = 202+83+27=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA531B is #35ACE4. Grayscale: #707070. Windows color (decimal): -3517669 or 1790922. OLE color: 1790922.

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

Color convert

RGB 202 83 27 -
CMYK 0 0.59 0.87 0.21
HSL 19.2º 0.76% 0.45% -
HSV(B) 19.2º 0.87% 0.79% -
XYZ 27.65 18.82 3.21 -
YUV 112.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 202 83 27 0 0.59 0.87 0.21 19.2 0.76 0.45
Hex CA 53 1B 0 3B 57 15 13 4C 2D
Octal 312 123 33 0 73 127 25 23 114 55
Binary 11001010 1010011 11011 0 111011 1010111 10101 10011 1001100 101101

Color Harmonies of #CA531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA531B

Black with #CA531B

Text Example


Text Example

White with #CA531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA531B; }

 p { color: rgb(202,83,27); }

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

background-color css

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

 a { background-color: rgb(202,83,27); }

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

border-color css

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

 span { border-color: rgb(202,83,27); }

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