Html Css Color HEX #CB7318 Ochre

📋 copy color: '#CB7318'

red 203 ◦ green 115 ◦ blue 24

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

Shades of Ochre #CB7318

Tints of Ochre #CB7318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 59.36%
G = 33.63%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7318 (or 0xCB7318) is known color: Ochre. HEX triplet: CB, 73 and 18. RGB value is (203,115,24). Sum of RGB (Red+Green+Blue) = 203+115+24=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7318 is #348CE7. Grayscale: #838383. Windows color (decimal): -3443944 or 1602507. OLE color: 1602507.

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

Color convert

RGB 203 115 24 -
CMYK 0 0.43 0.88 0.20
HSL 30.5º 0.79% 0.45% -
HSV(B) 30.5º 0.88% 0.8% -
XYZ 30.92 25.02 4.06 -
YUV 130.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 203 115 24 0 0.43 0.88 0.20 30.5 0.79 0.45
Hex CB 73 18 0 2B 58 14 1F 4F 2D
Octal 313 163 30 0 53 130 24 37 117 55
Binary 11001011 1110011 11000 0 101011 1011000 10100 11111 1001111 101101

Color Harmonies of #CB7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7318

Black with #CB7318

Text Example


Text Example

White with #CB7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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