Html Css Color HEX #834A2D Korma

📋 copy color: '#834A2D'

red 131 ◦ green 74 ◦ blue 45

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

Shades of Korma #834A2D

Tints of Korma #834A2D

RGB

 RED value IS 131 (51.56% from 255) = 52.4%

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 52.4%
G = 29.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#834A2D (or 0x834A2D) is known color: Korma. HEX triplet: 83, 4A and 2D. RGB value is (131,74,45). Sum of RGB (Red+Green+Blue) = 131+74+45=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A2D is #7CB5D2. Grayscale: #575757. Windows color (decimal): -8173011 or 2968195. OLE color: 2968195.

HSL color Cylindrical-coordinate representation of color #834A2D: hue angle of 20.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834A2D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 74 45 -
CMYK 0 0.44 0.66 0.49
HSL 20.23º 0.49% 0.35% -
HSV(B) 20.23º 0.66% 0.51% -
XYZ 12.28 9.91 3.75 -
YUV 87.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 131 74 45 0 0.44 0.66 0.49 20.23 0.49 0.35
Hex 83 4A 2D 0 2C 42 31 14 31 23
Octal 203 112 55 0 54 102 61 24 61 43
Binary 10000011 1001010 101101 0 101100 1000010 110001 10100 110001 100011

Color Harmonies of #834A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A2D

Black with #834A2D

Text Example


Text Example

White with #834A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834A2D; }

 p { color: rgb(131,74,45); }

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

background-color css

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

 a { background-color: rgb(131,74,45); }

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

border-color css

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

 span { border-color: rgb(131,74,45); }

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