Html Css Color HEX #CB720D Ochre

📋 copy color: '#CB720D'

red 203 ◦ green 114 ◦ blue 13

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

Shades of Ochre #CB720D

Tints of Ochre #CB720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

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

R = 61.52%
G = 34.55%
B = 3.94%

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

#CB720D (or 0xCB720D) is known color: Ochre. HEX triplet: CB, 72 and 0D. RGB value is (203,114,13). Sum of RGB (Red+Green+Blue) = 203+114+13=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB720D is #348DF2. Grayscale: #818181. Windows color (decimal): -3444211 or 881355. OLE color: 881355.

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

Color convert

RGB 203 114 13 -
CMYK 0 0.44 0.94 0.20
HSL 31.89º 0.88% 0.42% -
HSV(B) 31.89º 0.94% 0.8% -
XYZ 30.72 24.76 3.54 -
YUV 129.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 203 114 13 0 0.44 0.94 0.20 31.89 0.88 0.42
Hex CB 72 D 0 2C 5E 14 20 58 2A
Octal 313 162 15 0 54 136 24 40 130 52
Binary 11001011 1110010 1101 0 101100 1011110 10100 100000 1011000 101010

Color Harmonies of #CB720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB720D

Black with #CB720D

Text Example


Text Example

White with #CB720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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