Html Css Color HEX #C77C25 Ochre

📋 copy color: '#C77C25'

red 199 ◦ green 124 ◦ blue 37

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

Shades of Ochre #C77C25

Tints of Ochre #C77C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

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

R = 55.28%
G = 34.44%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77C25 (or 0xC77C25) is known color: Ochre. HEX triplet: C7, 7C and 25. RGB value is (199,124,37). Sum of RGB (Red+Green+Blue) = 199+124+37=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C25 is #3883DA. Grayscale: #888888. Windows color (decimal): -3703771 or 2456775. OLE color: 2456775.

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

Color convert

RGB 199 124 37 -
CMYK 0 0.38 0.81 0.22
HSL 32.22º 0.69% 0.46% -
HSV(B) 32.22º 0.81% 0.78% -
XYZ 31.09 26.69 5.26 -
YUV 136.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 199 124 37 0 0.38 0.81 0.22 32.22 0.69 0.46
Hex C7 7C 25 0 26 51 16 20 45 2E
Octal 307 174 45 0 46 121 26 40 105 56
Binary 11000111 1111100 100101 0 100110 1010001 10110 100000 1000101 101110

Color Harmonies of #C77C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C25

Black with #C77C25

Text Example


Text Example

White with #C77C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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