Html Css Color HEX #C77925 Ochre

📋 copy color: '#C77925'

red 199 ◦ green 121 ◦ blue 37

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

Shades of Ochre #C77925

Tints of Ochre #C77925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 55.74%
G = 33.89%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77925 (or 0xC77925) is known color: Ochre. HEX triplet: C7, 79 and 25. RGB value is (199,121,37). Sum of RGB (Red+Green+Blue) = 199+121+37=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C77925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77925 is #3886DA. Grayscale: #878787. Windows color (decimal): -3704539 or 2456007. OLE color: 2456007.

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

Color convert

RGB 199 121 37 -
CMYK 0 0.39 0.81 0.22
HSL 31.11º 0.69% 0.46% -
HSV(B) 31.11º 0.81% 0.78% -
XYZ 30.72 25.95 5.14 -
YUV 134.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 199 121 37 0 0.39 0.81 0.22 31.11 0.69 0.46
Hex C7 79 25 0 27 51 16 1F 45 2E
Octal 307 171 45 0 47 121 26 37 105 56
Binary 11000111 1111001 100101 0 100111 1010001 10110 11111 1000101 101110

Color Harmonies of #C77925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77925

Black with #C77925

Text Example


Text Example

White with #C77925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77925; }

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

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

background-color css

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

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

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

border-color css

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

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

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