Html Css Color HEX #C77513 Ochre

📋 copy color: '#C77513'

red 199 ◦ green 117 ◦ blue 19

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

Shades of Ochre #C77513

Tints of Ochre #C77513

RGB

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

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

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

R = 59.4%
G = 34.93%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77513 (or 0xC77513) is known color: Ochre. HEX triplet: C7, 75 and 13. RGB value is (199,117,19). Sum of RGB (Red+Green+Blue) = 199+117+19=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C77513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77513 is #388AEC. Grayscale: #828282. Windows color (decimal): -3705581 or 1275335. OLE color: 1275335.

HSL color Cylindrical-coordinate representation of color #C77513: hue angle of 32.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77513 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 19 -
CMYK 0 0.41 0.90 0.22
HSL 32.67º 0.83% 0.43% -
HSV(B) 32.67º 0.9% 0.78% -
XYZ 30.03 24.91 3.84 -
YUV 130.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 199 117 19 0 0.41 0.90 0.22 32.67 0.83 0.43
Hex C7 75 13 0 29 5A 16 21 53 2B
Octal 307 165 23 0 51 132 26 41 123 53
Binary 11000111 1110101 10011 0 101001 1011010 10110 100001 1010011 101011

Color Harmonies of #C77513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77513

Black with #C77513

Text Example


Text Example

White with #C77513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77513; }

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

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

background-color css

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

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

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

border-color css

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

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

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