Html Css Color HEX #CB7120 Ochre

📋 copy color: '#CB7120'

red 203 ◦ green 113 ◦ blue 32

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

Shades of Ochre #CB7120

Tints of Ochre #CB7120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.2%

R = 58.33%
G = 32.47%
B = 9.2%

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

#CB7120 (or 0xCB7120) is known color: Ochre. HEX triplet: CB, 71 and 20. RGB value is (203,113,32). Sum of RGB (Red+Green+Blue) = 203+113+32=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7120 is #348EDF. Grayscale: #838383. Windows color (decimal): -3444448 or 2126283. OLE color: 2126283.

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

Color convert

RGB 203 113 32 -
CMYK 0 0.44 0.84 0.20
HSL 28.42º 0.73% 0.46% -
HSV(B) 28.42º 0.84% 0.8% -
XYZ 30.79 24.61 4.49 -
YUV 130.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 203 113 32 0 0.44 0.84 0.20 28.42 0.73 0.46
Hex CB 71 20 0 2C 54 14 1C 49 2E
Octal 313 161 40 0 54 124 24 34 111 56
Binary 11001011 1110001 100000 0 101100 1010100 10100 11100 1001001 101110

Color Harmonies of #CB7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7120

Black with #CB7120

Text Example


Text Example

White with #CB7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7120; }

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

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

background-color css

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

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

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

border-color css

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

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

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