Html Css Color HEX #333511 Karaka

📋 copy color: '#333511'

red 51 ◦ green 53 ◦ blue 17

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

Shades of Karaka #333511

Tints of Karaka #333511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.8%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 42.15%
G = 43.8%
B = 14.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#333511 (or 0x333511) is known color: Karaka. HEX triplet: 33, 35 and 11. RGB value is (51,53,17). Sum of RGB (Red+Green+Blue) = 51+53+17=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #333511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333511 is #CCCAEE. Grayscale: #303030. Windows color (decimal): -13421295 or 1127731. OLE color: 1127731.

HSL color Cylindrical-coordinate representation of color #333511: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333511 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 53 17 -
CMYK 0.04 0 0.68 0.79
HSL 63.33º 0.51% 0.14% -
HSV(B) 63.33º 0.68% 0.21% -
XYZ 2.74 3.29 1.02 -
YUV 48.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 51 53 17 0.04 0 0.68 0.79 63.33 0.51 0.14
Hex 33 35 11 4 0 44 4F 3F 33 E
Octal 63 65 21 4 0 104 117 77 63 16
Binary 110011 110101 10001 100 0 1000100 1001111 111111 110011 1110

Color Harmonies of #333511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333511

Black with #333511

Text Example


Text Example

White with #333511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333511; }

 p { color: rgb(51,53,17); }

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

background-color css

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

 a { background-color: rgb(51,53,17); }

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

border-color css

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

 span { border-color: rgb(51,53,17); }

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