Html Css Color HEX #834C23 Korma

📋 copy color: '#834C23'

red 131 ◦ green 76 ◦ blue 35

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

Shades of Korma #834C23

Tints of Korma #834C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 35 (14.06% from 255) = 14.46%

R = 54.13%
G = 31.4%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#834C23 (or 0x834C23) is known color: Korma. HEX triplet: 83, 4C and 23. RGB value is (131,76,35). Sum of RGB (Red+Green+Blue) = 131+76+35=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #834C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C23 is #7CB3DC. Grayscale: #575757. Windows color (decimal): -8172509 or 2313347. OLE color: 2313347.

HSL color Cylindrical-coordinate representation of color #834C23: hue angle of 25.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #834C23 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 35 -
CMYK 0 0.42 0.73 0.49
HSL 25.63º 0.58% 0.33% -
HSV(B) 25.63º 0.73% 0.51% -
XYZ 12.25 10.12 2.9 -
YUV 87.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 131 76 35 0 0.42 0.73 0.49 25.63 0.58 0.33
Hex 83 4C 23 0 2A 49 31 1A 3A 21
Octal 203 114 43 0 52 111 61 32 72 41
Binary 10000011 1001100 100011 0 101010 1001001 110001 11010 111010 100001

Color Harmonies of #834C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C23

Black with #834C23

Text Example


Text Example

White with #834C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,35); }

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

background-color css

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

 a { background-color: rgb(131,76,35); }

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

border-color css

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

 span { border-color: rgb(131,76,35); }

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