Html Css Color HEX #C5670D Chocolate

📋 copy color: '#C5670D'

red 197 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #C5670D

Tints of Chocolate #C5670D

RGB

 RED value IS 197 (77.34% from 255) = 62.94%

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

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

R = 62.94%
G = 32.91%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5670D (or 0xC5670D) is known color: Chocolate. HEX triplet: C5, 67 and 0D. RGB value is (197,103,13). Sum of RGB (Red+Green+Blue) = 197+103+13=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5670D is #3A98F2. Grayscale: #797979. Windows color (decimal): -3840243 or 878533. OLE color: 878533.

HSL color Cylindrical-coordinate representation of color #C5670D: hue angle of 29.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5670D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 103 13 -
CMYK 0 0.48 0.93 0.23
HSL 29.35º 0.88% 0.41% -
HSV(B) 29.35º 0.93% 0.77% -
XYZ 27.95 21.6 3.08 -
YUV 120.85 67.14 182.32 -
System Red Green Blue C M Y K H S L
Decimal 197 103 13 0 0.48 0.93 0.23 29.35 0.88 0.41
Hex C5 67 D 0 30 5D 17 1D 58 29
Octal 305 147 15 0 60 135 27 35 130 51
Binary 11000101 1100111 1101 0 110000 1011101 10111 11101 1011000 101001

Color Harmonies of #C5670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5670D

Black with #C5670D

Text Example


Text Example

White with #C5670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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