Html Css Color HEX #CB721A Ochre

📋 copy color: '#CB721A'

red 203 ◦ green 114 ◦ blue 26

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

Shades of Ochre #CB721A

Tints of Ochre #CB721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 59.18%
G = 33.24%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB721A (or 0xCB721A) is known color: Ochre. HEX triplet: CB, 72 and 1A. RGB value is (203,114,26). Sum of RGB (Red+Green+Blue) = 203+114+26=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB721A is #348DE5. Grayscale: #838383. Windows color (decimal): -3444198 or 1733323. OLE color: 1733323.

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

Color convert

RGB 203 114 26 -
CMYK 0 0.44 0.87 0.20
HSL 29.83º 0.77% 0.45% -
HSV(B) 29.83º 0.87% 0.8% -
XYZ 30.83 24.81 4.14 -
YUV 130.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 203 114 26 0 0.44 0.87 0.20 29.83 0.77 0.45
Hex CB 72 1A 0 2C 57 14 1E 4D 2D
Octal 313 162 32 0 54 127 24 36 115 55
Binary 11001011 1110010 11010 0 101100 1010111 10100 11110 1001101 101101

Color Harmonies of #CB721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB721A

Black with #CB721A

Text Example


Text Example

White with #CB721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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