Html Css Color HEX #CB710A Chocolate

📋 copy color: '#CB710A'

red 203 ◦ green 113 ◦ blue 10

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

Shades of Chocolate #CB710A

Tints of Chocolate #CB710A

RGB

 RED value IS 203 (79.69% from 255) = 62.27%

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 62.27%
G = 34.66%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB710A (or 0xCB710A) is known color: Chocolate. HEX triplet: CB, 71 and 0A. RGB value is (203,113,10). Sum of RGB (Red+Green+Blue) = 203+113+10=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB710A is #348EF5. Grayscale: #808080. Windows color (decimal): -3444470 or 684491. OLE color: 684491.

HSL color Cylindrical-coordinate representation of color #CB710A: hue angle of 32.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB710A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 10 -
CMYK 0 0.44 0.95 0.20
HSL 32.02º 0.91% 0.42% -
HSV(B) 32.02º 0.95% 0.8% -
XYZ 30.59 24.53 3.41 -
YUV 128.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 203 113 10 0 0.44 0.95 0.20 32.02 0.91 0.42
Hex CB 71 A 0 2C 5F 14 20 5B 2A
Octal 313 161 12 0 54 137 24 40 133 52
Binary 11001011 1110001 1010 0 101100 1011111 10100 100000 1011011 101010

Color Harmonies of #CB710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB710A

Black with #CB710A

Text Example


Text Example

White with #CB710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB710A; }

 p { color: rgb(203,113,10); }

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

background-color css

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

 a { background-color: rgb(203,113,10); }

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

border-color css

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

 span { border-color: rgb(203,113,10); }

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