Html Css Color HEX #CB7415 Ochre

📋 copy color: '#CB7415'

red 203 ◦ green 116 ◦ blue 21

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

Shades of Ochre #CB7415

Tints of Ochre #CB7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 59.71%
G = 34.12%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7415 (or 0xCB7415) is known color: Ochre. HEX triplet: CB, 74 and 15. RGB value is (203,116,21). Sum of RGB (Red+Green+Blue) = 203+116+21=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7415 is #348BEA. Grayscale: #838383. Windows color (decimal): -3443691 or 1406155. OLE color: 1406155.

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

Color convert

RGB 203 116 21 -
CMYK 0 0.43 0.90 0.20
HSL 31.32º 0.81% 0.44% -
HSV(B) 31.32º 0.9% 0.8% -
XYZ 31.01 25.24 3.95 -
YUV 131.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 203 116 21 0 0.43 0.90 0.20 31.32 0.81 0.44
Hex CB 74 15 0 2B 5A 14 1F 51 2C
Octal 313 164 25 0 53 132 24 37 121 54
Binary 11001011 1110100 10101 0 101011 1011010 10100 11111 1010001 101100

Color Harmonies of #CB7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7415

Black with #CB7415

Text Example


Text Example

White with #CB7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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