Html Css Color HEX #333412 Karaka

📋 copy color: '#333412'

red 51 ◦ green 52 ◦ blue 18

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

Shades of Karaka #333412

Tints of Karaka #333412

RGB

 RED value IS 51 (20.31% from 255) = 42.15%

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

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

R = 42.15%
G = 42.98%
B = 14.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#333412 (or 0x333412) is known color: Karaka. HEX triplet: 33, 34 and 12. RGB value is (51,52,18). Sum of RGB (Red+Green+Blue) = 51+52+18=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #333412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333412 is #CCCBED. Grayscale: #2F2F2F. Windows color (decimal): -13421550 or 1193011. OLE color: 1193011.

HSL color Cylindrical-coordinate representation of color #333412: hue angle of 61.76º 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 #333412 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 18 -
CMYK 0.02 0 0.65 0.80
HSL 61.76º 0.49% 0.14% -
HSV(B) 61.76º 0.65% 0.2% -
XYZ 2.7 3.2 1.05 -
YUV 47.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 51 52 18 0.02 0 0.65 0.80 61.76 0.49 0.14
Hex 33 34 12 2 0 41 50 3E 31 E
Octal 63 64 22 2 0 101 120 76 61 16
Binary 110011 110100 10010 10 0 1000001 1010000 111110 110001 1110

Color Harmonies of #333412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333412

Black with #333412

Text Example


Text Example

White with #333412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333412; }

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

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

background-color css

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

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

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

border-color css

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

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

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