Html Css Color HEX #35340E Karaka

📋 copy color: '#35340E'

red 53 ◦ green 52 ◦ blue 14

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

Shades of Karaka #35340E

Tints of Karaka #35340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 44.54%
G = 43.7%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35340E (or 0x35340E) is known color: Karaka. HEX triplet: 35, 34 and 0E. RGB value is (53,52,14). Sum of RGB (Red+Green+Blue) = 53+52+14=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340E is #CACBF1. Grayscale: #303030. Windows color (decimal): -13290482 or 930869. OLE color: 930869.

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

Color convert

RGB 53 52 14 -
CMYK 0 0.02 0.74 0.79
HSL 58.46º 0.58% 0.13% -
HSV(B) 58.46º 0.74% 0.21% -
XYZ 2.78 3.24 0.9 -
YUV 47.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 53 52 14 0 0.02 0.74 0.79 58.46 0.58 0.13
Hex 35 34 E 0 2 4A 4F 3A 3A D
Octal 65 64 16 0 2 112 117 72 72 15
Binary 110101 110100 1110 0 10 1001010 1001111 111010 111010 1101

Color Harmonies of #35340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35340E

Black with #35340E

Text Example


Text Example

White with #35340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35340E; }

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

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

background-color css

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

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

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

border-color css

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

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

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