Html Css Color HEX #C97713 Ochre

📋 copy color: '#C97713'

red 201 ◦ green 119 ◦ blue 19

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

Shades of Ochre #C97713

Tints of Ochre #C97713

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 59.29%
G = 35.1%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97713 (or 0xC97713) is known color: Ochre. HEX triplet: C9, 77 and 13. RGB value is (201,119,19). Sum of RGB (Red+Green+Blue) = 201+119+19=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97713 is #3688EC. Grayscale: #848484. Windows color (decimal): -3573997 or 1275849. OLE color: 1275849.

HSL color Cylindrical-coordinate representation of color #C97713: hue angle of 32.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97713 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 19 -
CMYK 0 0.41 0.91 0.21
HSL 32.97º 0.83% 0.43% -
HSV(B) 32.97º 0.91% 0.79% -
XYZ 30.8 25.66 3.95 -
YUV 132.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 201 119 19 0 0.41 0.91 0.21 32.97 0.83 0.43
Hex C9 77 13 0 29 5B 15 21 53 2B
Octal 311 167 23 0 51 133 25 41 123 53
Binary 11001001 1110111 10011 0 101001 1011011 10101 100001 1010011 101011

Color Harmonies of #C97713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97713

Black with #C97713

Text Example


Text Example

White with #C97713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97713; }

 p { color: rgb(201,119,19); }

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

background-color css

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

 a { background-color: rgb(201,119,19); }

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

border-color css

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

 span { border-color: rgb(201,119,19); }

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