Html Css Color HEX #C5821B Ochre

📋 copy color: '#C5821B'

red 197 ◦ green 130 ◦ blue 27

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

Shades of Ochre #C5821B

Tints of Ochre #C5821B

RGB

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

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

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

R = 55.65%
G = 36.72%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5821B (or 0xC5821B) is known color: Ochre. HEX triplet: C5, 82 and 1B. RGB value is (197,130,27). Sum of RGB (Red+Green+Blue) = 197+130+27=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5821B is #3A7DE4. Grayscale: #8A8A8A. Windows color (decimal): -3833317 or 1802949. OLE color: 1802949.

HSL color Cylindrical-coordinate representation of color #C5821B: hue angle of 36.35º 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 #C5821B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 27 -
CMYK 0 0.34 0.86 0.23
HSL 36.35º 0.76% 0.44% -
HSV(B) 36.35º 0.86% 0.77% -
XYZ 31.21 27.91 4.78 -
YUV 138.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 197 130 27 0 0.34 0.86 0.23 36.35 0.76 0.44
Hex C5 82 1B 0 22 56 17 24 4C 2C
Octal 305 202 33 0 42 126 27 44 114 54
Binary 11000101 10000010 11011 0 100010 1010110 10111 100100 1001100 101100

Color Harmonies of #C5821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5821B

Black with #C5821B

Text Example


Text Example

White with #C5821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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