Html Css Color HEX #D57522 Ochre

📋 copy color: '#D57522'

red 213 ◦ green 117 ◦ blue 34

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

Shades of Ochre #D57522

Tints of Ochre #D57522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 58.52%
G = 32.14%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D57522 (or 0xD57522) is known color: Ochre. HEX triplet: D5, 75 and 22. RGB value is (213,117,34). Sum of RGB (Red+Green+Blue) = 213+117+34=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D57522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57522 is #2A8ADD. Grayscale: #888888. Windows color (decimal): -2788062 or 2258389. OLE color: 2258389.

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

Color convert

RGB 213 117 34 -
CMYK 0 0.45 0.84 0.16
HSL 27.82º 0.72% 0.48% -
HSV(B) 27.82º 0.84% 0.84% -
XYZ 34.09 26.98 4.93 -
YUV 136.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 213 117 34 0 0.45 0.84 0.16 27.82 0.72 0.48
Hex D5 75 22 0 2D 54 10 1C 48 30
Octal 325 165 42 0 55 124 20 34 110 60
Binary 11010101 1110101 100010 0 101101 1010100 10000 11100 1001000 110000

Color Harmonies of #D57522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57522

Black with #D57522

Text Example


Text Example

White with #D57522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57522; }

 p { color: rgb(213,117,34); }

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

background-color css

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

 a { background-color: rgb(213,117,34); }

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

border-color css

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

 span { border-color: rgb(213,117,34); }

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