Html Css Color HEX #845330 Korma

📋 copy color: '#845330'

red 132 ◦ green 83 ◦ blue 48

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

Shades of Korma #845330

Tints of Korma #845330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 50.19%
G = 31.56%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#845330 (or 0x845330) is known color: Korma. HEX triplet: 84, 53 and 30. RGB value is (132,83,48). Sum of RGB (Red+Green+Blue) = 132+83+48=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #845330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845330 is #7BACCF. Grayscale: #5D5D5D. Windows color (decimal): -8105168 or 3167108. OLE color: 3167108.

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

Color convert

RGB 132 83 48 -
CMYK 0 0.37 0.64 0.48
HSL 25º 0.47% 0.35% -
HSV(B) 25º 0.64% 0.52% -
XYZ 13.14 11.31 4.29 -
YUV 93.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 132 83 48 0 0.37 0.64 0.48 25 0.47 0.35
Hex 84 53 30 0 25 40 30 19 2F 23
Octal 204 123 60 0 45 100 60 31 57 43
Binary 10000100 1010011 110000 0 100101 1000000 110000 11001 101111 100011

Color Harmonies of #845330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845330

Black with #845330

Text Example


Text Example

White with #845330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845330; }

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

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

background-color css

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

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

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

border-color css

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

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

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