Html Css Color HEX #C77128 Ochre

📋 copy color: '#C77128'

red 199 ◦ green 113 ◦ blue 40

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

Shades of Ochre #C77128

Tints of Ochre #C77128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 56.53%
G = 32.1%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77128 (or 0xC77128) is known color: Ochre. HEX triplet: C7, 71 and 28. RGB value is (199,113,40). Sum of RGB (Red+Green+Blue) = 199+113+40=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77128 is #388ED7. Grayscale: #828282. Windows color (decimal): -3706584 or 2650567. OLE color: 2650567.

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

Color convert

RGB 199 113 40 -
CMYK 0 0.43 0.80 0.22
HSL 27.55º 0.67% 0.47% -
HSV(B) 27.55º 0.8% 0.78% -
XYZ 29.84 24.11 5.09 -
YUV 130.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 199 113 40 0 0.43 0.80 0.22 27.55 0.67 0.47
Hex C7 71 28 0 2B 50 16 1C 43 2F
Octal 307 161 50 0 53 120 26 34 103 57
Binary 11000111 1110001 101000 0 101011 1010000 10110 11100 1000011 101111

Color Harmonies of #C77128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77128

Black with #C77128

Text Example


Text Example

White with #C77128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77128; }

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

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

background-color css

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

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

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

border-color css

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

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

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