Html Css Color HEX #CB7316 Ochre

📋 copy color: '#CB7316'

red 203 ◦ green 115 ◦ blue 22

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

Shades of Ochre #CB7316

Tints of Ochre #CB7316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 59.71%
G = 33.82%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7316 (or 0xCB7316) is known color: Ochre. HEX triplet: CB, 73 and 16. RGB value is (203,115,22). Sum of RGB (Red+Green+Blue) = 203+115+22=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7316 is #348CE9. Grayscale: #838383. Windows color (decimal): -3443946 or 1471435. OLE color: 1471435.

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

Color convert

RGB 203 115 22 -
CMYK 0 0.43 0.89 0.20
HSL 30.83º 0.8% 0.44% -
HSV(B) 30.83º 0.89% 0.8% -
XYZ 30.9 25.02 3.96 -
YUV 130.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 203 115 22 0 0.43 0.89 0.20 30.83 0.8 0.44
Hex CB 73 16 0 2B 59 14 1F 50 2C
Octal 313 163 26 0 53 131 24 37 120 54
Binary 11001011 1110011 10110 0 101011 1011001 10100 11111 1010000 101100

Color Harmonies of #CB7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7316

Black with #CB7316

Text Example


Text Example

White with #CB7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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