Html Css Color HEX #834628 Korma

📋 copy color: '#834628'

red 131 ◦ green 70 ◦ blue 40

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

Shades of Korma #834628

Tints of Korma #834628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 54.36%
G = 29.05%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#834628 (or 0x834628) is known color: Korma. HEX triplet: 83, 46 and 28. RGB value is (131,70,40). Sum of RGB (Red+Green+Blue) = 131+70+40=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #834628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834628 is #7CB9D7. Grayscale: #555555. Windows color (decimal): -8174040 or 2639491. OLE color: 2639491.

HSL color Cylindrical-coordinate representation of color #834628: hue angle of 19.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834628 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 40 -
CMYK 0 0.47 0.69 0.49
HSL 19.78º 0.53% 0.34% -
HSV(B) 19.78º 0.69% 0.51% -
XYZ 11.93 9.36 3.18 -
YUV 84.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 131 70 40 0 0.47 0.69 0.49 19.78 0.53 0.34
Hex 83 46 28 0 2F 45 31 14 35 22
Octal 203 106 50 0 57 105 61 24 65 42
Binary 10000011 1000110 101000 0 101111 1000101 110001 10100 110101 100010

Color Harmonies of #834628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834628

Black with #834628

Text Example


Text Example

White with #834628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834628; }

 p { color: rgb(131,70,40); }

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

background-color css

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

 a { background-color: rgb(131,70,40); }

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

border-color css

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

 span { border-color: rgb(131,70,40); }

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