Html Css Color HEX #C5721B Ochre

📋 copy color: '#C5721B'

red 197 ◦ green 114 ◦ blue 27

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

Shades of Ochre #C5721B

Tints of Ochre #C5721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 58.28%
G = 33.73%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5721B (or 0xC5721B) is known color: Ochre. HEX triplet: C5, 72 and 1B. RGB value is (197,114,27). Sum of RGB (Red+Green+Blue) = 197+114+27=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5721B is #3A8DE4. Grayscale: #818181. Windows color (decimal): -3837413 or 1798853. OLE color: 1798853.

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

Color convert

RGB 197 114 27 -
CMYK 0 0.42 0.86 0.23
HSL 30.71º 0.76% 0.44% -
HSV(B) 30.71º 0.86% 0.77% -
XYZ 29.24 23.98 4.13 -
YUV 128.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 197 114 27 0 0.42 0.86 0.23 30.71 0.76 0.44
Hex C5 72 1B 0 2A 56 17 1F 4C 2C
Octal 305 162 33 0 52 126 27 37 114 54
Binary 11000101 1110010 11011 0 101010 1010110 10111 11111 1001100 101100

Color Harmonies of #C5721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5721B

Black with #C5721B

Text Example


Text Example

White with #C5721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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