Html Css Color HEX #353306 Karaka

📋 copy color: '#353306'

red 53 ◦ green 51 ◦ blue 6

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

Shades of Karaka #353306

Tints of Karaka #353306

RGB

 RED value IS 53 (21.09% from 255) = 48.18%

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 48.18%
G = 46.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#353306 (or 0x353306) is known color: Karaka. HEX triplet: 35, 33 and 06. RGB value is (53,51,6). Sum of RGB (Red+Green+Blue) = 53+51+6=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #353306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353306 is #CACCF9. Grayscale: #2E2E2E. Windows color (decimal): -13290746 or 406325. OLE color: 406325.

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

Color convert

RGB 53 51 6 -
CMYK 0 0.04 0.89 0.79
HSL 57.45º 0.8% 0.12% -
HSV(B) 57.45º 0.89% 0.21% -
XYZ 2.68 3.14 0.64 -
YUV 46.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 53 51 6 0 0.04 0.89 0.79 57.45 0.8 0.12
Hex 35 33 6 0 4 59 4F 39 50 C
Octal 65 63 6 0 4 131 117 71 120 14
Binary 110101 110011 110 0 100 1011001 1001111 111001 1010000 1100

Color Harmonies of #353306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353306

Black with #353306

Text Example


Text Example

White with #353306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353306; }

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

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

background-color css

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

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

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

border-color css

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

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

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