Html Css Color HEX #C77425 Ochre

📋 copy color: '#C77425'

red 199 ◦ green 116 ◦ blue 37

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

Shades of Ochre #C77425

Tints of Ochre #C77425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 56.53%
G = 32.95%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77425 (or 0xC77425) is known color: Ochre. HEX triplet: C7, 74 and 25. RGB value is (199,116,37). Sum of RGB (Red+Green+Blue) = 199+116+37=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77425 is #388BDA. Grayscale: #848484. Windows color (decimal): -3705819 or 2454727. OLE color: 2454727.

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

Color convert

RGB 199 116 37 -
CMYK 0 0.42 0.81 0.22
HSL 29.26º 0.69% 0.46% -
HSV(B) 29.26º 0.81% 0.78% -
XYZ 30.13 24.77 4.94 -
YUV 131.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 199 116 37 0 0.42 0.81 0.22 29.26 0.69 0.46
Hex C7 74 25 0 2A 51 16 1D 45 2E
Octal 307 164 45 0 52 121 26 35 105 56
Binary 11000111 1110100 100101 0 101010 1010001 10110 11101 1000101 101110

Color Harmonies of #C77425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77425

Black with #C77425

Text Example


Text Example

White with #C77425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77425; }

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

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

background-color css

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

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

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

border-color css

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

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

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