Html Css Color HEX #CA670D Chocolate

📋 copy color: '#CA670D'

red 202 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #CA670D

Tints of Chocolate #CA670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

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

R = 63.52%
G = 32.39%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA670D (or 0xCA670D) is known color: Chocolate. HEX triplet: CA, 67 and 0D. RGB value is (202,103,13). Sum of RGB (Red+Green+Blue) = 202+103+13=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA670D is #3598F2. Grayscale: #7A7A7A. Windows color (decimal): -3512563 or 878538. OLE color: 878538.

HSL color Cylindrical-coordinate representation of color #CA670D: hue angle of 28.57º 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 #CA670D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 13 -
CMYK 0 0.49 0.94 0.21
HSL 28.57º 0.88% 0.42% -
HSV(B) 28.57º 0.94% 0.79% -
XYZ 29.28 22.29 3.14 -
YUV 122.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 202 103 13 0 0.49 0.94 0.21 28.57 0.88 0.42
Hex CA 67 D 0 31 5E 15 1D 58 2A
Octal 312 147 15 0 61 136 25 35 130 52
Binary 11001010 1100111 1101 0 110001 1011110 10101 11101 1011000 101010

Color Harmonies of #CA670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA670D

Black with #CA670D

Text Example


Text Example

White with #CA670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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