Html Css Color HEX #CB7717 Ochre

📋 copy color: '#CB7717'

red 203 ◦ green 119 ◦ blue 23

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

Shades of Ochre #CB7717

Tints of Ochre #CB7717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 58.84%
G = 34.49%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7717 (or 0xCB7717) is known color: Ochre. HEX triplet: CB, 77 and 17. RGB value is (203,119,23). Sum of RGB (Red+Green+Blue) = 203+119+23=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7717 is #3488E8. Grayscale: #858585. Windows color (decimal): -3442921 or 1537995. OLE color: 1537995.

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

Color convert

RGB 203 119 23 -
CMYK 0 0.41 0.89 0.20
HSL 32º 0.8% 0.44% -
HSV(B) 32º 0.89% 0.8% -
XYZ 31.38 25.95 4.17 -
YUV 133.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 203 119 23 0 0.41 0.89 0.20 32 0.8 0.44
Hex CB 77 17 0 29 59 14 20 50 2C
Octal 313 167 27 0 51 131 24 40 120 54
Binary 11001011 1110111 10111 0 101001 1011001 10100 100000 1010000 101100

Color Harmonies of #CB7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7717

Black with #CB7717

Text Example


Text Example

White with #CB7717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7717; }

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

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

background-color css

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

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

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

border-color css

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

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

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