Html Css Color HEX #323412 Karaka

📋 copy color: '#323412'

red 50 ◦ green 52 ◦ blue 18

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

Shades of Karaka #323412

Tints of Karaka #323412

RGB

 RED value IS 50 (19.92% from 255) = 41.67%

 GREEN value IS 52 (20.7% from 255) = 43.33%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 41.67%
G = 43.33%
B = 15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#323412 (or 0x323412) is known color: Karaka. HEX triplet: 32, 34 and 12. RGB value is (50,52,18). Sum of RGB (Red+Green+Blue) = 50+52+18=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #323412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323412 is #CDCBED. Grayscale: #2F2F2F. Windows color (decimal): -13487086 or 1193010. OLE color: 1193010.

HSL color Cylindrical-coordinate representation of color #323412: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323412 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 18 -
CMYK 0.04 0 0.65 0.80
HSL 63.53º 0.49% 0.14% -
HSV(B) 63.53º 0.65% 0.2% -
XYZ 2.65 3.18 1.05 -
YUV 47.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 50 52 18 0.04 0 0.65 0.80 63.53 0.49 0.14
Hex 32 34 12 4 0 41 50 40 31 E
Octal 62 64 22 4 0 101 120 100 61 16
Binary 110010 110100 10010 100 0 1000001 1010000 1000000 110001 1110

Color Harmonies of #323412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323412

Black with #323412

Text Example


Text Example

White with #323412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323412; }

 p { color: rgb(50,52,18); }

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

background-color css

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

 a { background-color: rgb(50,52,18); }

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

border-color css

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

 span { border-color: rgb(50,52,18); }

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