Html Css Color HEX #CB7121 Ochre

📋 copy color: '#CB7121'

red 203 ◦ green 113 ◦ blue 33

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

Shades of Ochre #CB7121

Tints of Ochre #CB7121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 58.17%
G = 32.38%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7121 (or 0xCB7121) is known color: Ochre. HEX triplet: CB, 71 and 21. RGB value is (203,113,33). Sum of RGB (Red+Green+Blue) = 203+113+33=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7121 is #348EDE. Grayscale: #838383. Windows color (decimal): -3444447 or 2191819. OLE color: 2191819.

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

Color convert

RGB 203 113 33 -
CMYK 0 0.44 0.84 0.20
HSL 28.24º 0.72% 0.46% -
HSV(B) 28.24º 0.84% 0.8% -
XYZ 30.81 24.62 4.57 -
YUV 130.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 203 113 33 0 0.44 0.84 0.20 28.24 0.72 0.46
Hex CB 71 21 0 2C 54 14 1C 48 2E
Octal 313 161 41 0 54 124 24 34 110 56
Binary 11001011 1110001 100001 0 101100 1010100 10100 11100 1001000 101110

Color Harmonies of #CB7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7121

Black with #CB7121

Text Example


Text Example

White with #CB7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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