Html Css Color HEX #855330 Korma

📋 copy color: '#855330'

red 133 ◦ green 83 ◦ blue 48

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

Shades of Korma #855330

Tints of Korma #855330

RGB

 RED value IS 133 (52.34% from 255) = 50.38%

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

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

R = 50.38%
G = 31.44%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855330 (or 0x855330) is known color: Korma. HEX triplet: 85, 53 and 30. RGB value is (133,83,48). Sum of RGB (Red+Green+Blue) = 133+83+48=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855330 is #7AACCF. Grayscale: #5E5E5E. Windows color (decimal): -8039632 or 3167109. OLE color: 3167109.

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

Color convert

RGB 133 83 48 -
CMYK 0 0.38 0.64 0.48
HSL 24.71º 0.47% 0.35% -
HSV(B) 24.71º 0.64% 0.52% -
XYZ 13.3 11.39 4.29 -
YUV 93.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 133 83 48 0 0.38 0.64 0.48 24.71 0.47 0.35
Hex 85 53 30 0 26 40 30 19 2F 23
Octal 205 123 60 0 46 100 60 31 57 43
Binary 10000101 1010011 110000 0 100110 1000000 110000 11001 101111 100011

Color Harmonies of #855330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855330

Black with #855330

Text Example


Text Example

White with #855330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855330; }

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

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

background-color css

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

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

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

border-color css

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

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

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