Html Css Color HEX #D3831B Ochre

📋 copy color: '#D3831B'

red 211 ◦ green 131 ◦ blue 27

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

Shades of Ochre #D3831B

Tints of Ochre #D3831B

RGB

 RED value IS 211 (82.81% from 255) = 57.18%

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

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

R = 57.18%
G = 35.5%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3831B (or 0xD3831B) is known color: Ochre. HEX triplet: D3, 83 and 1B. RGB value is (211,131,27). Sum of RGB (Red+Green+Blue) = 211+131+27=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3831B is #2C7CE4. Grayscale: #8F8F8F. Windows color (decimal): -2915557 or 1803219. OLE color: 1803219.

HSL color Cylindrical-coordinate representation of color #D3831B: hue angle of 33.91º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3831B is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 27 -
CMYK 0 0.38 0.87 0.17
HSL 33.91º 0.77% 0.47% -
HSV(B) 33.91º 0.87% 0.83% -
XYZ 35.18 30.16 5 -
YUV 143.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 211 131 27 0 0.38 0.87 0.17 33.91 0.77 0.47
Hex D3 83 1B 0 26 57 11 22 4D 2F
Octal 323 203 33 0 46 127 21 42 115 57
Binary 11010011 10000011 11011 0 100110 1010111 10001 100010 1001101 101111

Color Harmonies of #D3831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3831B

Black with #D3831B

Text Example


Text Example

White with #D3831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3831B; }

 p { color: rgb(211,131,27); }

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

background-color css

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

 a { background-color: rgb(211,131,27); }

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

border-color css

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

 span { border-color: rgb(211,131,27); }

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