Html Css Color HEX #CB720A Ochre

📋 copy color: '#CB720A'

red 203 ◦ green 114 ◦ blue 10

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

Shades of Ochre #CB720A

Tints of Ochre #CB720A

RGB

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

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

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

R = 62.08%
G = 34.86%
B = 3.06%

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

#CB720A (or 0xCB720A) is known color: Ochre. HEX triplet: CB, 72 and 0A. RGB value is (203,114,10). Sum of RGB (Red+Green+Blue) = 203+114+10=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB720A is #348DF5. Grayscale: #818181. Windows color (decimal): -3444214 or 684747. OLE color: 684747.

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

Color convert

RGB 203 114 10 -
CMYK 0 0.44 0.95 0.20
HSL 32.33º 0.91% 0.42% -
HSV(B) 32.33º 0.95% 0.8% -
XYZ 30.7 24.75 3.45 -
YUV 128.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 203 114 10 0 0.44 0.95 0.20 32.33 0.91 0.42
Hex CB 72 A 0 2C 5F 14 20 5B 2A
Octal 313 162 12 0 54 137 24 40 133 52
Binary 11001011 1110010 1010 0 101100 1011111 10100 100000 1011011 101010

Color Harmonies of #CB720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB720A

Black with #CB720A

Text Example


Text Example

White with #CB720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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