Html Css Color HEX #353319 Karaka

📋 copy color: '#353319'

red 53 ◦ green 51 ◦ blue 25

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

Shades of Karaka #353319

Tints of Karaka #353319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 41.09%
G = 39.53%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#353319 (or 0x353319) is known color: Karaka. HEX triplet: 35, 33 and 19. RGB value is (53,51,25). Sum of RGB (Red+Green+Blue) = 53+51+25=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #353319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353319 is #CACCE6. Grayscale: #303030. Windows color (decimal): -13290727 or 1651509. OLE color: 1651509.

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

Color convert

RGB 53 51 25 -
CMYK 0 0.04 0.53 0.79
HSL 55.71º 0.36% 0.15% -
HSV(B) 55.71º 0.53% 0.21% -
XYZ 2.83 3.19 1.39 -
YUV 48.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 53 51 25 0 0.04 0.53 0.79 55.71 0.36 0.15
Hex 35 33 19 0 4 35 4F 38 24 F
Octal 65 63 31 0 4 65 117 70 44 17
Binary 110101 110011 11001 0 100 110101 1001111 111000 100100 1111

Color Harmonies of #353319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353319

Black with #353319

Text Example


Text Example

White with #353319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353319; }

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

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

background-color css

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

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

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

border-color css

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

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

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