Html Css Color HEX #C77510 Ochre

📋 copy color: '#C77510'

red 199 ◦ green 117 ◦ blue 16

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

Shades of Ochre #C77510

Tints of Ochre #C77510

RGB

 RED value IS 199 (78.13% from 255) = 59.94%

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

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 59.94%
G = 35.24%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C77510 (or 0xC77510) is known color: Ochre. HEX triplet: C7, 75 and 10. RGB value is (199,117,16). Sum of RGB (Red+Green+Blue) = 199+117+16=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77510 is #388AEF. Grayscale: #828282. Windows color (decimal): -3705584 or 1078727. OLE color: 1078727.

HSL color Cylindrical-coordinate representation of color #C77510: hue angle of 33.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C77510 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 16 -
CMYK 0 0.41 0.92 0.22
HSL 33.11º 0.85% 0.42% -
HSV(B) 33.11º 0.92% 0.78% -
XYZ 30.01 24.9 3.72 -
YUV 130 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 199 117 16 0 0.41 0.92 0.22 33.11 0.85 0.42
Hex C7 75 10 0 29 5C 16 21 55 2A
Octal 307 165 20 0 51 134 26 41 125 52
Binary 11000111 1110101 10000 0 101001 1011100 10110 100001 1010101 101010

Color Harmonies of #C77510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77510

Black with #C77510

Text Example


Text Example

White with #C77510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77510; }

 p { color: rgb(199,117,16); }

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

background-color css

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

 a { background-color: rgb(199,117,16); }

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

border-color css

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

 span { border-color: rgb(199,117,16); }

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