Html Css Color HEX #C9730D Ochre

📋 copy color: '#C9730D'

red 201 ◦ green 115 ◦ blue 13

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

Shades of Ochre #C9730D

Tints of Ochre #C9730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 61.09%
G = 34.95%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9730D (or 0xC9730D) is known color: Ochre. HEX triplet: C9, 73 and 0D. RGB value is (201,115,13). Sum of RGB (Red+Green+Blue) = 201+115+13=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730D is #368CF2. Grayscale: #818181. Windows color (decimal): -3575027 or 881609. OLE color: 881609.

HSL color Cylindrical-coordinate representation of color #C9730D: hue angle of 32.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9730D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 13 -
CMYK 0 0.43 0.94 0.21
HSL 32.55º 0.88% 0.42% -
HSV(B) 32.55º 0.94% 0.79% -
XYZ 30.29 24.71 3.55 -
YUV 129.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 201 115 13 0 0.43 0.94 0.21 32.55 0.88 0.42
Hex C9 73 D 0 2B 5E 15 21 58 2A
Octal 311 163 15 0 53 136 25 41 130 52
Binary 11001001 1110011 1101 0 101011 1011110 10101 100001 1011000 101010

Color Harmonies of #C9730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9730D

Black with #C9730D

Text Example


Text Example

White with #C9730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9730D; }

 p { color: rgb(201,115,13); }

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

background-color css

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

 a { background-color: rgb(201,115,13); }

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

border-color css

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

 span { border-color: rgb(201,115,13); }

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