Html Css Color HEX #353411 Karaka

📋 copy color: '#353411'

red 53 ◦ green 52 ◦ blue 17

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

Shades of Karaka #353411

Tints of Karaka #353411

RGB

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

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

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

R = 43.44%
G = 42.62%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#353411 (or 0x353411) is known color: Karaka. HEX triplet: 35, 34 and 11. RGB value is (53,52,17). Sum of RGB (Red+Green+Blue) = 53+52+17=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #353411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353411 is #CACBEE. Grayscale: #303030. Windows color (decimal): -13290479 or 1127477. OLE color: 1127477.

HSL color Cylindrical-coordinate representation of color #353411: hue angle of 58.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 #353411 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 52 17 -
CMYK 0 0.02 0.68 0.79
HSL 58.33º 0.51% 0.14% -
HSV(B) 58.33º 0.68% 0.21% -
XYZ 2.8 3.25 1.01 -
YUV 48.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 53 52 17 0 0.02 0.68 0.79 58.33 0.51 0.14
Hex 35 34 11 0 2 44 4F 3A 33 E
Octal 65 64 21 0 2 104 117 72 63 16
Binary 110101 110100 10001 0 10 1000100 1001111 111010 110011 1110

Color Harmonies of #353411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353411

Black with #353411

Text Example


Text Example

White with #353411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353411; }

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

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

background-color css

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

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

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

border-color css

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

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

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