Html Css Color HEX #C77D1D Ochre

📋 copy color: '#C77D1D'

red 199 ◦ green 125 ◦ blue 29

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

Shades of Ochre #C77D1D

Tints of Ochre #C77D1D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 56.37%
G = 35.41%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C77D1D (or 0xC77D1D) is known color: Ochre. HEX triplet: C7, 7D and 1D. RGB value is (199,125,29). Sum of RGB (Red+Green+Blue) = 199+125+29=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D1D is #3882E2. Grayscale: #888888. Windows color (decimal): -3703523 or 1932743. OLE color: 1932743.

HSL color Cylindrical-coordinate representation of color #C77D1D: hue angle of 33.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C77D1D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 29 -
CMYK 0 0.37 0.85 0.22
HSL 33.88º 0.75% 0.45% -
HSV(B) 33.88º 0.85% 0.78% -
XYZ 31.11 26.9 4.71 -
YUV 136.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 199 125 29 0 0.37 0.85 0.22 33.88 0.75 0.45
Hex C7 7D 1D 0 25 55 16 22 4B 2D
Octal 307 175 35 0 45 125 26 42 113 55
Binary 11000111 1111101 11101 0 100101 1010101 10110 100010 1001011 101101

Color Harmonies of #C77D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D1D

Black with #C77D1D

Text Example


Text Example

White with #C77D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D1D; }

 p { color: rgb(199,125,29); }

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

background-color css

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

 a { background-color: rgb(199,125,29); }

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

border-color css

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

 span { border-color: rgb(199,125,29); }

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