Html Css Color HEX #CA700D Chocolate

📋 copy color: '#CA700D'

red 202 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #CA700D

Tints of Chocolate #CA700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 61.77%
G = 34.25%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA700D (or 0xCA700D) is known color: Chocolate. HEX triplet: CA, 70 and 0D. RGB value is (202,112,13). Sum of RGB (Red+Green+Blue) = 202+112+13=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA700D is #358FF2. Grayscale: #808080. Windows color (decimal): -3510259 or 880842. OLE color: 880842.

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

Color convert

RGB 202 112 13 -
CMYK 0 0.45 0.94 0.21
HSL 31.43º 0.88% 0.42% -
HSV(B) 31.43º 0.94% 0.79% -
XYZ 30.22 24.17 3.45 -
YUV 127.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 202 112 13 0 0.45 0.94 0.21 31.43 0.88 0.42
Hex CA 70 D 0 2D 5E 15 1F 58 2A
Octal 312 160 15 0 55 136 25 37 130 52
Binary 11001010 1110000 1101 0 101101 1011110 10101 11111 1011000 101010

Color Harmonies of #CA700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA700D

Black with #CA700D

Text Example


Text Example

White with #CA700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA700D; }

 p { color: rgb(202,112,13); }

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

background-color css

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

 a { background-color: rgb(202,112,13); }

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

border-color css

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

 span { border-color: rgb(202,112,13); }

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