Html Css Color HEX #C77526 Ochre

📋 copy color: '#C77526'

red 199 ◦ green 117 ◦ blue 38

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

Shades of Ochre #C77526

Tints of Ochre #C77526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 56.21%
G = 33.05%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77526 (or 0xC77526) is known color: Ochre. HEX triplet: C7, 75 and 26. RGB value is (199,117,38). Sum of RGB (Red+Green+Blue) = 199+117+38=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C77526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77526 is #388AD9. Grayscale: #848484. Windows color (decimal): -3705562 or 2520519. OLE color: 2520519.

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

Color convert

RGB 199 117 38 -
CMYK 0 0.41 0.81 0.22
HSL 29.44º 0.68% 0.46% -
HSV(B) 29.44º 0.81% 0.78% -
XYZ 30.26 25 5.06 -
YUV 132.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 199 117 38 0 0.41 0.81 0.22 29.44 0.68 0.46
Hex C7 75 26 0 29 51 16 1D 44 2E
Octal 307 165 46 0 51 121 26 35 104 56
Binary 11000111 1110101 100110 0 101001 1010001 10110 11101 1000100 101110

Color Harmonies of #C77526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77526

Black with #C77526

Text Example


Text Example

White with #C77526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77526; }

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

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

background-color css

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

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

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

border-color css

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

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

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