Html Css Color HEX #C77309 Ochre

📋 copy color: '#C77309'

red 199 ◦ green 115 ◦ blue 9

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

Shades of Ochre #C77309

Tints of Ochre #C77309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 61.61%
G = 35.6%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C77309 (or 0xC77309) is known color: Ochre. HEX triplet: C7, 73 and 09. RGB value is (199,115,9). Sum of RGB (Red+Green+Blue) = 199+115+9=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C77309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77309 is #388CF6. Grayscale: #808080. Windows color (decimal): -3706103 or 619463. OLE color: 619463.

HSL color Cylindrical-coordinate representation of color #C77309: hue angle of 33.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C77309 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 9 -
CMYK 0 0.42 0.95 0.22
HSL 33.47º 0.91% 0.41% -
HSV(B) 33.47º 0.95% 0.78% -
XYZ 29.73 24.42 3.41 -
YUV 128.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 199 115 9 0 0.42 0.95 0.22 33.47 0.91 0.41
Hex C7 73 9 0 2A 5F 16 21 5B 29
Octal 307 163 11 0 52 137 26 41 133 51
Binary 11000111 1110011 1001 0 101010 1011111 10110 100001 1011011 101001

Color Harmonies of #C77309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77309

Black with #C77309

Text Example


Text Example

White with #C77309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77309; }

 p { color: rgb(199,115,9); }

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

background-color css

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

 a { background-color: rgb(199,115,9); }

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

border-color css

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

 span { border-color: rgb(199,115,9); }

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