Html Css Color HEX #C5721E Ochre

📋 copy color: '#C5721E'

red 197 ◦ green 114 ◦ blue 30

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

Shades of Ochre #C5721E

Tints of Ochre #C5721E

RGB

 RED value IS 197 (77.34% from 255) = 57.77%

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 57.77%
G = 33.43%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5721E (or 0xC5721E) is known color: Ochre. HEX triplet: C5, 72 and 1E. RGB value is (197,114,30). Sum of RGB (Red+Green+Blue) = 197+114+30=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5721E is #3A8DE1. Grayscale: #818181. Windows color (decimal): -3837410 or 1995461. OLE color: 1995461.

HSL color Cylindrical-coordinate representation of color #C5721E: hue angle of 30.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5721E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 30 -
CMYK 0 0.42 0.85 0.23
HSL 30.18º 0.74% 0.45% -
HSV(B) 30.18º 0.85% 0.77% -
XYZ 29.28 24 4.32 -
YUV 129.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 197 114 30 0 0.42 0.85 0.23 30.18 0.74 0.45
Hex C5 72 1E 0 2A 55 17 1E 4A 2D
Octal 305 162 36 0 52 125 27 36 112 55
Binary 11000101 1110010 11110 0 101010 1010101 10111 11110 1001010 101101

Color Harmonies of #C5721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5721E

Black with #C5721E

Text Example


Text Example

White with #C5721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5721E; }

 p { color: rgb(197,114,30); }

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

background-color css

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

 a { background-color: rgb(197,114,30); }

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

border-color css

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

 span { border-color: rgb(197,114,30); }

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