Html Css Color HEX #C9771D Ochre

📋 copy color: '#C9771D'

red 201 ◦ green 119 ◦ blue 29

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

Shades of Ochre #C9771D

Tints of Ochre #C9771D

RGB

 RED value IS 201 (78.91% from 255) = 57.59%

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 57.59%
G = 34.1%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9771D (or 0xC9771D) is known color: Ochre. HEX triplet: C9, 77 and 1D. RGB value is (201,119,29). Sum of RGB (Red+Green+Blue) = 201+119+29=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9771D is #3688E2. Grayscale: #858585. Windows color (decimal): -3573987 or 1931209. OLE color: 1931209.

HSL color Cylindrical-coordinate representation of color #C9771D: hue angle of 31.4º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9771D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 29 -
CMYK 0 0.41 0.86 0.21
HSL 31.4º 0.75% 0.45% -
HSV(B) 31.4º 0.86% 0.79% -
XYZ 30.91 25.7 4.49 -
YUV 133.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 201 119 29 0 0.41 0.86 0.21 31.4 0.75 0.45
Hex C9 77 1D 0 29 56 15 1F 4B 2D
Octal 311 167 35 0 51 126 25 37 113 55
Binary 11001001 1110111 11101 0 101001 1010110 10101 11111 1001011 101101

Color Harmonies of #C9771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9771D

Black with #C9771D

Text Example


Text Example

White with #C9771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9771D; }

 p { color: rgb(201,119,29); }

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

background-color css

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

 a { background-color: rgb(201,119,29); }

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

border-color css

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

 span { border-color: rgb(201,119,29); }

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