Html Css Color HEX #353416 Karaka

📋 copy color: '#353416'

red 53 ◦ green 52 ◦ blue 22

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

Shades of Karaka #353416

Tints of Karaka #353416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 41.73%
G = 40.94%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#353416 (or 0x353416) is known color: Karaka. HEX triplet: 35, 34 and 16. RGB value is (53,52,22). Sum of RGB (Red+Green+Blue) = 53+52+22=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #353416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353416 is #CACBE9. Grayscale: #313131. Windows color (decimal): -13290474 or 1455157. OLE color: 1455157.

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

Color convert

RGB 53 52 22 -
CMYK 0 0.02 0.58 0.79
HSL 58.06º 0.41% 0.15% -
HSV(B) 58.06º 0.58% 0.21% -
XYZ 2.84 3.27 1.24 -
YUV 48.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 53 52 22 0 0.02 0.58 0.79 58.06 0.41 0.15
Hex 35 34 16 0 2 3A 4F 3A 29 F
Octal 65 64 26 0 2 72 117 72 51 17
Binary 110101 110100 10110 0 10 111010 1001111 111010 101001 1111

Color Harmonies of #353416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353416

Black with #353416

Text Example


Text Example

White with #353416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353416; }

 p { color: rgb(53,52,22); }

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

background-color css

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

 a { background-color: rgb(53,52,22); }

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

border-color css

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

 span { border-color: rgb(53,52,22); }

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