Html Css Color HEX #353507 Karaka

📋 copy color: '#353507'

red 53 ◦ green 53 ◦ blue 7

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

Shades of Karaka #353507

Tints of Karaka #353507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 7 (3.13% from 255) = 6.19%

R = 46.9%
G = 46.9%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#353507 (or 0x353507) is known color: Karaka. HEX triplet: 35, 35 and 07. RGB value is (53,53,7). Sum of RGB (Red+Green+Blue) = 53+53+7=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353507 is #CACAF8. Grayscale: #2F2F2F. Windows color (decimal): -13290233 or 472373. OLE color: 472373.

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

Color convert

RGB 53 53 7 -
CMYK 0 0 0.87 0.79
HSL 60º 0.77% 0.12% -
HSV(B) 60º 0.87% 0.21% -
XYZ 2.78 3.32 0.7 -
YUV 47.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 53 53 7 0 0 0.87 0.79 60 0.77 0.12
Hex 35 35 7 0 0 57 4F 3C 4D C
Octal 65 65 7 0 0 127 117 74 115 14
Binary 110101 110101 111 0 0 1010111 1001111 111100 1001101 1100

Color Harmonies of #353507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353507

Black with #353507

Text Example


Text Example

White with #353507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353507; }

 p { color: rgb(53,53,7); }

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

background-color css

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

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

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

border-color css

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

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

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