Html Css Color HEX #D5831F Ochre

📋 copy color: '#D5831F'

red 213 ◦ green 131 ◦ blue 31

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

Shades of Ochre #D5831F

Tints of Ochre #D5831F

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 56.8%
G = 34.93%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5831F (or 0xD5831F) is known color: Ochre. HEX triplet: D5, 83 and 1F. RGB value is (213,131,31). Sum of RGB (Red+Green+Blue) = 213+131+31=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831F is #2A7CE0. Grayscale: #909090. Windows color (decimal): -2784481 or 2065365. OLE color: 2065365.

HSL color Cylindrical-coordinate representation of color #D5831F: hue angle of 32.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5831F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 31 -
CMYK 0 0.38 0.85 0.16
HSL 32.97º 0.75% 0.48% -
HSV(B) 32.97º 0.85% 0.84% -
XYZ 35.8 30.48 5.29 -
YUV 144.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 213 131 31 0 0.38 0.85 0.16 32.97 0.75 0.48
Hex D5 83 1F 0 26 55 10 21 4B 30
Octal 325 203 37 0 46 125 20 41 113 60
Binary 11010101 10000011 11111 0 100110 1010101 10000 100001 1001011 110000

Color Harmonies of #D5831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5831F

Black with #D5831F

Text Example


Text Example

White with #D5831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5831F; }

 p { color: rgb(213,131,31); }

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

background-color css

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

 a { background-color: rgb(213,131,31); }

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

border-color css

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

 span { border-color: rgb(213,131,31); }

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