Html Css Color HEX #C77528 Ochre

📋 copy color: '#C77528'

red 199 ◦ green 117 ◦ blue 40

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

Shades of Ochre #C77528

Tints of Ochre #C77528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 55.9%
G = 32.87%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77528 (or 0xC77528) is known color: Ochre. HEX triplet: C7, 75 and 28. RGB value is (199,117,40). Sum of RGB (Red+Green+Blue) = 199+117+40=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C77528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77528 is #388AD7. Grayscale: #858585. Windows color (decimal): -3705560 or 2651591. OLE color: 2651591.

HSL color Cylindrical-coordinate representation of color #C77528: hue angle of 29.06º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77528 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 40 -
CMYK 0 0.41 0.80 0.22
HSL 29.06º 0.67% 0.47% -
HSV(B) 29.06º 0.8% 0.78% -
XYZ 30.3 25.02 5.24 -
YUV 132.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 199 117 40 0 0.41 0.80 0.22 29.06 0.67 0.47
Hex C7 75 28 0 29 50 16 1D 43 2F
Octal 307 165 50 0 51 120 26 35 103 57
Binary 11000111 1110101 101000 0 101001 1010000 10110 11101 1000011 101111

Color Harmonies of #C77528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77528

Black with #C77528

Text Example


Text Example

White with #C77528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77528; }

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

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

background-color css

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

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

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

border-color css

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

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

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