Html Css Color HEX #845334 Korma

📋 copy color: '#845334'

red 132 ◦ green 83 ◦ blue 52

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

Shades of Korma #845334

Tints of Korma #845334

RGB

 RED value IS 132 (51.95% from 255) = 49.44%

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 49.44%
G = 31.09%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#845334 (or 0x845334) is known color: Korma. HEX triplet: 84, 53 and 34. RGB value is (132,83,52). Sum of RGB (Red+Green+Blue) = 132+83+52=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845334 is #7BACCB. Grayscale: #5E5E5E. Windows color (decimal): -8105164 or 3429252. OLE color: 3429252.

HSL color Cylindrical-coordinate representation of color #845334: hue angle of 23.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845334 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 52 -
CMYK 0 0.37 0.61 0.48
HSL 23.25º 0.43% 0.36% -
HSV(B) 23.25º 0.61% 0.52% -
XYZ 13.23 11.34 4.74 -
YUV 94.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 132 83 52 0 0.37 0.61 0.48 23.25 0.43 0.36
Hex 84 53 34 0 25 3D 30 17 2B 24
Octal 204 123 64 0 45 75 60 27 53 44
Binary 10000100 1010011 110100 0 100101 111101 110000 10111 101011 100100

Color Harmonies of #845334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845334

Black with #845334

Text Example


Text Example

White with #845334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845334; }

 p { color: rgb(132,83,52); }

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

background-color css

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

 a { background-color: rgb(132,83,52); }

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

border-color css

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

 span { border-color: rgb(132,83,52); }

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