Html Css Color HEX #35331D Karaka

📋 copy color: '#35331D'

red 53 ◦ green 51 ◦ blue 29

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

Shades of Karaka #35331D

Tints of Karaka #35331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 39.85%
G = 38.35%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#35331D (or 0x35331D) is known color: Karaka. HEX triplet: 35, 33 and 1D. RGB value is (53,51,29). Sum of RGB (Red+Green+Blue) = 53+51+29=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35331D is #CACCE2. Grayscale: #313131. Windows color (decimal): -13290723 or 1913653. OLE color: 1913653.

HSL color Cylindrical-coordinate representation of color #35331D: hue angle of 55º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35331D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 29 -
CMYK 0 0.04 0.45 0.79
HSL 55º 0.29% 0.16% -
HSV(B) 55º 0.45% 0.21% -
XYZ 2.87 3.21 1.63 -
YUV 49.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 53 51 29 0 0.04 0.45 0.79 55 0.29 0.16
Hex 35 33 1D 0 4 2D 4F 37 1D 10
Octal 65 63 35 0 4 55 117 67 35 20
Binary 110101 110011 11101 0 100 101101 1001111 110111 11101 10000

Color Harmonies of #35331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35331D

Black with #35331D

Text Example


Text Example

White with #35331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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