Html Css Color HEX #855325 Korma

📋 copy color: '#855325'

red 133 ◦ green 83 ◦ blue 37

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

Shades of Korma #855325

Tints of Korma #855325

RGB

 RED value IS 133 (52.34% from 255) = 52.57%

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 52.57%
G = 32.81%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855325 (or 0x855325) is known color: Korma. HEX triplet: 85, 53 and 25. RGB value is (133,83,37). Sum of RGB (Red+Green+Blue) = 133+83+37=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855325 is #7AACDA. Grayscale: #5C5C5C. Windows color (decimal): -8039643 or 2446213. OLE color: 2446213.

HSL color Cylindrical-coordinate representation of color #855325: hue angle of 28.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #855325 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 37 -
CMYK 0 0.38 0.72 0.48
HSL 28.75º 0.56% 0.33% -
HSV(B) 28.75º 0.72% 0.52% -
XYZ 13.1 11.31 3.24 -
YUV 92.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 133 83 37 0 0.38 0.72 0.48 28.75 0.56 0.33
Hex 85 53 25 0 26 48 30 1D 38 21
Octal 205 123 45 0 46 110 60 35 70 41
Binary 10000101 1010011 100101 0 100110 1001000 110000 11101 111000 100001

Color Harmonies of #855325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855325

Black with #855325

Text Example


Text Example

White with #855325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855325; }

 p { color: rgb(133,83,37); }

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

background-color css

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

 a { background-color: rgb(133,83,37); }

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

border-color css

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

 span { border-color: rgb(133,83,37); }

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