Html Css Color HEX #353304 Karaka

📋 copy color: '#353304'

red 53 ◦ green 51 ◦ blue 4

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

Shades of Karaka #353304

Tints of Karaka #353304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.7%

R = 49.07%
G = 47.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#353304 (or 0x353304) is known color: Karaka. HEX triplet: 35, 33 and 04. RGB value is (53,51,4). Sum of RGB (Red+Green+Blue) = 53+51+4=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353304 is #CACCFB. Grayscale: #2E2E2E. Windows color (decimal): -13290748 or 275253. OLE color: 275253.

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

Color convert

RGB 53 51 4 -
CMYK 0 0.04 0.92 0.79
HSL 57.55º 0.86% 0.11% -
HSV(B) 57.55º 0.92% 0.21% -
XYZ 2.67 3.13 0.58 -
YUV 46.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 53 51 4 0 0.04 0.92 0.79 57.55 0.86 0.11
Hex 35 33 4 0 4 5C 4F 3A 56 B
Octal 65 63 4 0 4 134 117 72 126 13
Binary 110101 110011 100 0 100 1011100 1001111 111010 1010110 1011

Color Harmonies of #353304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353304

Black with #353304

Text Example


Text Example

White with #353304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353304; }

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

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

background-color css

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

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

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

border-color css

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

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

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