Html Css Color HEX #CB7315 Ochre

📋 copy color: '#CB7315'

red 203 ◦ green 115 ◦ blue 21

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

Shades of Ochre #CB7315

Tints of Ochre #CB7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 59.88%
G = 33.92%
B = 6.19%

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

#CB7315 (or 0xCB7315) is known color: Ochre. HEX triplet: CB, 73 and 15. RGB value is (203,115,21). Sum of RGB (Red+Green+Blue) = 203+115+21=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7315 is #348CEA. Grayscale: #838383. Windows color (decimal): -3443947 or 1405899. OLE color: 1405899.

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

Color convert

RGB 203 115 21 -
CMYK 0 0.43 0.90 0.20
HSL 30.99º 0.81% 0.44% -
HSV(B) 30.99º 0.9% 0.8% -
XYZ 30.89 25.01 3.91 -
YUV 130.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 203 115 21 0 0.43 0.90 0.20 30.99 0.81 0.44
Hex CB 73 15 0 2B 5A 14 1F 51 2C
Octal 313 163 25 0 53 132 24 37 121 54
Binary 11001011 1110011 10101 0 101011 1011010 10100 11111 1010001 101100

Color Harmonies of #CB7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7315

Black with #CB7315

Text Example


Text Example

White with #CB7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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