Html Css Color HEX #CB7517 Ochre

📋 copy color: '#CB7517'

red 203 ◦ green 117 ◦ blue 23

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

Shades of Ochre #CB7517

Tints of Ochre #CB7517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 59.18%
G = 34.11%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7517 (or 0xCB7517) is known color: Ochre. HEX triplet: CB, 75 and 17. RGB value is (203,117,23). Sum of RGB (Red+Green+Blue) = 203+117+23=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7517 is #348AE8. Grayscale: #848484. Windows color (decimal): -3443433 or 1537483. OLE color: 1537483.

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

Color convert

RGB 203 117 23 -
CMYK 0 0.42 0.89 0.20
HSL 31.33º 0.8% 0.44% -
HSV(B) 31.33º 0.89% 0.8% -
XYZ 31.14 25.48 4.09 -
YUV 132 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 203 117 23 0 0.42 0.89 0.20 31.33 0.8 0.44
Hex CB 75 17 0 2A 59 14 1F 50 2C
Octal 313 165 27 0 52 131 24 37 120 54
Binary 11001011 1110101 10111 0 101010 1011001 10100 11111 1010000 101100

Color Harmonies of #CB7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7517

Black with #CB7517

Text Example


Text Example

White with #CB7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7517; }

 p { color: rgb(203,117,23); }

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

background-color css

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

 a { background-color: rgb(203,117,23); }

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

border-color css

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

 span { border-color: rgb(203,117,23); }

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