Html Css Color HEX #CB710D Ochre

📋 copy color: '#CB710D'

red 203 ◦ green 113 ◦ blue 13

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

Shades of Ochre #CB710D

Tints of Ochre #CB710D

RGB

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

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

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

R = 61.7%
G = 34.35%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB710D (or 0xCB710D) is known color: Ochre. HEX triplet: CB, 71 and 0D. RGB value is (203,113,13). Sum of RGB (Red+Green+Blue) = 203+113+13=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB710D is #348EF2. Grayscale: #818181. Windows color (decimal): -3444467 or 881099. OLE color: 881099.

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

Color convert

RGB 203 113 13 -
CMYK 0 0.44 0.94 0.20
HSL 31.58º 0.88% 0.42% -
HSV(B) 31.58º 0.94% 0.8% -
XYZ 30.61 24.54 3.5 -
YUV 128.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 203 113 13 0 0.44 0.94 0.20 31.58 0.88 0.42
Hex CB 71 D 0 2C 5E 14 20 58 2A
Octal 313 161 15 0 54 136 24 40 130 52
Binary 11001011 1110001 1101 0 101100 1011110 10100 100000 1011000 101010

Color Harmonies of #CB710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB710D

Black with #CB710D

Text Example


Text Example

White with #CB710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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