Html Css Color HEX #C77413 Ochre

📋 copy color: '#C77413'

red 199 ◦ green 116 ◦ blue 19

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

Shades of Ochre #C77413

Tints of Ochre #C77413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

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

R = 59.58%
G = 34.73%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77413 (or 0xC77413) is known color: Ochre. HEX triplet: C7, 74 and 13. RGB value is (199,116,19). Sum of RGB (Red+Green+Blue) = 199+116+19=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77413 is #388BEC. Grayscale: #828282. Windows color (decimal): -3705837 or 1275079. OLE color: 1275079.

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

Color convert

RGB 199 116 19 -
CMYK 0 0.42 0.90 0.22
HSL 32.33º 0.83% 0.43% -
HSV(B) 32.33º 0.9% 0.78% -
XYZ 29.92 24.68 3.8 -
YUV 129.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 199 116 19 0 0.42 0.90 0.22 32.33 0.83 0.43
Hex C7 74 13 0 2A 5A 16 20 53 2B
Octal 307 164 23 0 52 132 26 40 123 53
Binary 11000111 1110100 10011 0 101010 1011010 10110 100000 1010011 101011

Color Harmonies of #C77413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77413

Black with #C77413

Text Example


Text Example

White with #C77413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77413; }

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

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

background-color css

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

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

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

border-color css

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

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

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