Html Css Color HEX #CB7915 Ochre

📋 copy color: '#CB7915'

red 203 ◦ green 121 ◦ blue 21

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

Shades of Ochre #CB7915

Tints of Ochre #CB7915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 58.84%
G = 35.07%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7915 (or 0xCB7915) is known color: Ochre. HEX triplet: CB, 79 and 15. RGB value is (203,121,21). Sum of RGB (Red+Green+Blue) = 203+121+21=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7915 is #3486EA. Grayscale: #868686. Windows color (decimal): -3442411 or 1407435. OLE color: 1407435.

HSL color Cylindrical-coordinate representation of color #CB7915: hue angle of 32.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7915 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 21 -
CMYK 0 0.40 0.90 0.20
HSL 32.97º 0.81% 0.44% -
HSV(B) 32.97º 0.9% 0.8% -
XYZ 31.6 26.43 4.14 -
YUV 134.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 203 121 21 0 0.40 0.90 0.20 32.97 0.81 0.44
Hex CB 79 15 0 28 5A 14 21 51 2C
Octal 313 171 25 0 50 132 24 41 121 54
Binary 11001011 1111001 10101 0 101000 1011010 10100 100001 1010001 101100

Color Harmonies of #CB7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7915

Black with #CB7915

Text Example


Text Example

White with #CB7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7915; }

 p { color: rgb(203,121,21); }

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

background-color css

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

 a { background-color: rgb(203,121,21); }

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

border-color css

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

 span { border-color: rgb(203,121,21); }

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