Html Css Color HEX #C5821D Ochre

📋 copy color: '#C5821D'

red 197 ◦ green 130 ◦ blue 29

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

Shades of Ochre #C5821D

Tints of Ochre #C5821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 55.34%
G = 36.52%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5821D (or 0xC5821D) is known color: Ochre. HEX triplet: C5, 82 and 1D. RGB value is (197,130,29). Sum of RGB (Red+Green+Blue) = 197+130+29=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5821D is #3A7DE2. Grayscale: #8A8A8A. Windows color (decimal): -3833315 or 1934021. OLE color: 1934021.

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

Color convert

RGB 197 130 29 -
CMYK 0 0.34 0.85 0.23
HSL 36.07º 0.74% 0.44% -
HSV(B) 36.07º 0.85% 0.77% -
XYZ 31.23 27.92 4.91 -
YUV 138.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 197 130 29 0 0.34 0.85 0.23 36.07 0.74 0.44
Hex C5 82 1D 0 22 55 17 24 4A 2C
Octal 305 202 35 0 42 125 27 44 112 54
Binary 11000101 10000010 11101 0 100010 1010101 10111 100100 1001010 101100

Color Harmonies of #C5821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5821D

Black with #C5821D

Text Example


Text Example

White with #C5821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5821D; }

 p { color: rgb(197,130,29); }

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

background-color css

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

 a { background-color: rgb(197,130,29); }

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

border-color css

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

 span { border-color: rgb(197,130,29); }

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