Html Css Color HEX #845430 Korma

📋 copy color: '#845430'

red 132 ◦ green 84 ◦ blue 48

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

Shades of Korma #845430

Tints of Korma #845430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

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

R = 50%
G = 31.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#845430 (or 0x845430) is known color: Korma. HEX triplet: 84, 54 and 30. RGB value is (132,84,48). Sum of RGB (Red+Green+Blue) = 132+84+48=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845430 is #7BABCF. Grayscale: #5E5E5E. Windows color (decimal): -8104912 or 3167364. OLE color: 3167364.

HSL color Cylindrical-coordinate representation of color #845430: hue angle of 25.71º 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 #845430 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 48 -
CMYK 0 0.36 0.64 0.48
HSL 25.71º 0.47% 0.35% -
HSV(B) 25.71º 0.64% 0.52% -
XYZ 13.22 11.46 4.31 -
YUV 94.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 132 84 48 0 0.36 0.64 0.48 25.71 0.47 0.35
Hex 84 54 30 0 24 40 30 1A 2F 23
Octal 204 124 60 0 44 100 60 32 57 43
Binary 10000100 1010100 110000 0 100100 1000000 110000 11010 101111 100011

Color Harmonies of #845430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845430

Black with #845430

Text Example


Text Example

White with #845430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845430; }

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

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

background-color css

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

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

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

border-color css

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

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

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